#C1AFFA

Color #C1AFFA Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C1AFFA

Tints of Melrose #C1AFFA

Color information

#C1AFFA (or 0xC1AFFA) is unknown color: approx Melrose. HEX triplet: C1, AF and FA. RGB value is (193,175,250). Sum of RGB (Red+Green+Blue) = 193+175+250=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFFA is #3E5005. Grayscale: #BCBCBC. Windows color (decimal): -4083718 or 16428993. OLE color: 16428993.

HSL color Cylindrical-coordinate representation of color #C1AFFA: hue angle of 254.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1AFFA is Cyan = 0.23, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193175250-
CMYK0.230.300.02
HSL254.4º88.24%83.33%-
HSV(B)254.4º30%98.04%-
XYZ54.5848.997-
YUV188.93162.46130.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=31.23%
G=28.32%
B=40.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931752500.230.300.02254.488.2483.33
HexC1AFFA171E02fe5853
Octal301257372273602376130123
Binary11000001101011111111101010111111100101111111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFFA; }

 p { color: rgb(193,175,250); }

 H1.HeaderClassName
 {
   color: #C1AFFA;
 }
 .AnyTagClassName
 {
   color: #C1AFFA;
 }
</style>
background-color css

<style>
 a { background-color: #C1AFFA; }

 a { background-color: rgb(193,175,250); }

 div.DivClassName
 {
   background-color: #C1AFFA;
 }
 .BgClassName
 {
   background-color: #C1AFFA;
 }
</style>
border-color css

<style>
 span { border-color: #C1AFFA; }

 span { border-color: rgb(193,175,250); }

 td.TdClassName
 {
   border-color: #C1AFFA;
 }
 .TagClassName
 {
   border-color: #C1AFFA;
 }
</style>