Html Css Color HEX #CAA7FA Mauve

📋 copy color: '#CAA7FA'

red 202 ◦ green 167 ◦ blue 250

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

Shades of Mauve #CAA7FA

Tints of Mauve #CAA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.98%

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

R = 32.63%
G = 26.98%
B = 40.39%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAA7FA (or 0xCAA7FA) is known color: Mauve. HEX triplet: CA, A7 and FA. RGB value is (202,167,250). Sum of RGB (Red+Green+Blue) = 202+167+250=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA7FA is #355805. Grayscale: #BABABA. Windows color (decimal): -3495942 or 16426954. OLE color: 16426954.

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

Color convert

RGB 202 167 250 -
CMYK 0.19 0.33 0 0.02
HSL 265.3º 0.89% 0.82% -
HSV(B) 265.3º 0.33% 0.98% -
XYZ 55.43 47.1 96.61 -
YUV 186.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 202 167 250 0.19 0.33 0 0.02 265.3 0.89 0.82
Hex CA A7 FA 13 21 0 2 109 59 52
Octal 312 247 372 23 41 0 2 411 131 122
Binary 11001010 10100111 11111010 10011 100001 0 10 100001001 1011001 1010010

Color Harmonies of #CAA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA7FA

Black with #CAA7FA

Text Example


Text Example

White with #CAA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA7FA; }

 p { color: rgb(202,167,250); }

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

background-color css

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

 a { background-color: rgb(202,167,250); }

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

border-color css

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

 span { border-color: rgb(202,167,250); }

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