Html Css Color HEX #C4AAFA Melrose

📋 copy color: '#C4AAFA'

red 196 ◦ green 170 ◦ blue 250

#C4AAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C4AAFA

Tints of Melrose #C4AAFA

RGB

 RED value IS 196 (76.95% from 255) = 31.82%

 GREEN value IS 170 (66.8% from 255) = 27.6%

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 31.82%
G = 27.6%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4AAFA (or 0xC4AAFA) is known color: Melrose. HEX triplet: C4, AA and FA. RGB value is (196,170,250). Sum of RGB (Red+Green+Blue) = 196+170+250=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AAFA is #3B5505. Grayscale: #BABABA. Windows color (decimal): -3888390 or 16427716. OLE color: 16427716.

HSL color Cylindrical-coordinate representation of color #C4AAFA: hue angle of 259.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4AAFA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 170 250 -
CMYK 0.22 0.32 0 0.02
HSL 259.5º 0.89% 0.82% -
HSV(B) 259.5º 0.32% 0.98% -
XYZ 54.4 47.39 96.72 -
YUV 186.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 196 170 250 0.22 0.32 0 0.02 259.5 0.89 0.82
Hex C4 AA FA 16 20 0 2 104 59 52
Octal 304 252 372 26 40 0 2 404 131 122
Binary 11000100 10101010 11111010 10110 100000 0 10 100000100 1011001 1010010

Color Harmonies of #C4AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAFA

Black with #C4AAFA

Text Example


Text Example

White with #C4AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAFA; }

 p { color: rgb(196,170,250); }

 H1.HeaderClassName
 {
   color: #C4AAFA;
 }
 .AnyTagClassName
 {
   color: #C4AAFA;
 }
</style>

background-color css

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

 a { background-color: rgb(196,170,250); }

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

border-color css

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

 span { border-color: rgb(196,170,250); }

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