Html Css Color HEX #CA9AF9 Mauve

📋 copy color: '#CA9AF9'

red 202 ◦ green 154 ◦ blue 249

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

Shades of Mauve #CA9AF9

Tints of Mauve #CA9AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.16%

R = 33.39%
G = 25.45%
B = 41.16%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA9AF9 (or 0xCA9AF9) is known color: Mauve. HEX triplet: CA, 9A and F9. RGB value is (202,154,249). Sum of RGB (Red+Green+Blue) = 202+154+249=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA9AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AF9 is #356506. Grayscale: #B2B2B2. Windows color (decimal): -3499271 or 16358090. OLE color: 16358090.

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

Color convert

RGB 202 154 249 -
CMYK 0.19 0.38 0 0.02
HSL 270.32º 0.89% 0.79% -
HSV(B) 270.32º 0.38% 0.98% -
XYZ 53.01 42.51 95.03 -
YUV 179.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 202 154 249 0.19 0.38 0 0.02 270.32 0.89 0.79
Hex CA 9A F9 13 26 0 2 10E 59 4F
Octal 312 232 371 23 46 0 2 416 131 117
Binary 11001010 10011010 11111001 10011 100110 0 10 100001110 1011001 1001111

Color Harmonies of #CA9AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9AF9

Black with #CA9AF9

Text Example


Text Example

White with #CA9AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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