Html Css Color HEX #CA9AFE Mauve

📋 copy color: '#CA9AFE'

red 202 ◦ green 154 ◦ blue 254

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

Shades of Mauve #CA9AFE

Tints of Mauve #CA9AFE

RGB

 RED value IS 202 (79.3% from 255) = 33.11%

 GREEN value IS 154 (60.55% from 255) = 25.25%

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 33.11%
G = 25.25%
B = 41.64%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA9AFE (or 0xCA9AFE) is known color: Mauve. HEX triplet: CA, 9A and FE. RGB value is (202,154,254). Sum of RGB (Red+Green+Blue) = 202+154+254=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AFE is #356501. Grayscale: #B3B3B3. Windows color (decimal): -3499266 or 16685770. OLE color: 16685770.

HSL color Cylindrical-coordinate representation of color #CA9AFE: hue angle of 268.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA9AFE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 154 254 -
CMYK 0.20 0.39 0 0.00
HSL 268.8º 0.98% 0.8% -
HSV(B) 268.8º 0.39% 1% -
XYZ 53.8 42.82 99.2 -
YUV 179.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 202 154 254 0.20 0.39 0 0.00 268.8 0.98 0.8
Hex CA 9A FE 14 27 0 0 10D 62 50
Octal 312 232 376 24 47 0 0 415 142 120
Binary 11001010 10011010 11111110 10100 100111 0 0 100001101 1100010 1010000

Color Harmonies of #CA9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9AFE

Black with #CA9AFE

Text Example


Text Example

White with #CA9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9AFE; }

 p { color: rgb(202,154,254); }

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

background-color css

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

 a { background-color: rgb(202,154,254); }

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

border-color css

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

 span { border-color: rgb(202,154,254); }

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