Html Css Color HEX #CCA2FF Mauve

📋 copy color: '#CCA2FF'

red 204 ◦ green 162 ◦ blue 255

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

Shades of Mauve #CCA2FF

Tints of Mauve #CCA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.09%

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

R = 32.85%
G = 26.09%
B = 41.06%

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

#CCA2FF (or 0xCCA2FF) is known color: Mauve. HEX triplet: CC, A2 and FF. RGB value is (204,162,255). Sum of RGB (Red+Green+Blue) = 204+162+255=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA2FF is #335D00. Grayscale: #B8B8B8. Windows color (decimal): -3366145 or 16753356. OLE color: 16753356.

HSL color Cylindrical-coordinate representation of color #CCA2FF: hue angle of 267.1º 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 #CCA2FF is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 162 255 -
CMYK 0.2 0.36 0 0
HSL 267.1º 1% 0.82% -
HSV(B) 267.1º 0.36% 1% -
XYZ 55.87 45.9 100.52 -
YUV 185.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 204 162 255 0.2 0.36 0 0 267.1 1 0.82
Hex CC A2 FF 14 24 0 0 10B 64 52
Octal 314 242 377 24 44 0 0 413 144 122
Binary 11001100 10100010 11111111 10100 100100 0 0 100001011 1100100 1010010

Color Harmonies of #CCA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2FF

Black with #CCA2FF

Text Example


Text Example

White with #CCA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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