Html Css Color HEX #CCA4FF Mauve

📋 copy color: '#CCA4FF'

red 204 ◦ green 164 ◦ blue 255

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

Shades of Mauve #CCA4FF

Tints of Mauve #CCA4FF

RGB

 RED value IS 204 (80.08% from 255) = 32.74%

 GREEN value IS 164 (64.45% from 255) = 26.32%

 BLUE value IS 255 (100% from 255) = 40.93%

R = 32.74%
G = 26.32%
B = 40.93%

CMYK

 C value IS 0.2

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCA4FF (or 0xCCA4FF) is known color: Mauve. HEX triplet: CC, A4 and FF. RGB value is (204,164,255). Sum of RGB (Red+Green+Blue) = 204+164+255=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA4FF is #335B00. Grayscale: #BABABA. Windows color (decimal): -3365633 or 16753868. OLE color: 16753868.

HSL color Cylindrical-coordinate representation of color #CCA4FF: hue angle of 266.37º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCA4FF is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 164 255 -
CMYK 0.2 0.36 0 0
HSL 266.37º 1% 0.82% -
HSV(B) 266.37º 0.36% 1% -
XYZ 56.23 46.61 100.64 -
YUV 186.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 204 164 255 0.2 0.36 0 0 266.37 1 0.82
Hex CC A4 FF 14 24 0 0 10A 64 52
Octal 314 244 377 24 44 0 0 412 144 122
Binary 11001100 10100100 11111111 10100 100100 0 0 100001010 1100100 1010010

Color Harmonies of #CCA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4FF

Black with #CCA4FF

Text Example


Text Example

White with #CCA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4FF; }

 p { color: rgb(204,164,255); }

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

background-color css

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

 a { background-color: rgb(204,164,255); }

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

border-color css

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

 span { border-color: rgb(204,164,255); }

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