#CAA2D9

Color #CAA2D9 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CAA2D9

Tints of Wisteria #CAA2D9

Color information

#CAA2D9 (or 0xCAA2D9) is unknown color: approx Wisteria. HEX triplet: CA, A2 and D9. RGB value is (202,162,217). Sum of RGB (Red+Green+Blue) = 202+162+217=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAA2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2D9 is #355D26. Grayscale: #B4B4B4. Windows color (decimal): -3497255 or 14262986. OLE color: 14262986.

HSL color Cylindrical-coordinate representation of color #CAA2D9: hue angle of 283.64º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA2D9 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202162217-
CMYK0.070.2500.15
HSL283.64º41.98%74.31%-
HSV(B)283.64º25.35%85.1%-
XYZ49.843.4171.4-
YUV180.23148.75143.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=34.77%
G=27.88%
B=37.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021622170.070.2500.15283.6441.9874.31
HexCAA2D97190F11c2a4a
Octal31224233173101743452112
Binary11001010101000101101100111111001011111000111001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2D9; }

 p { color: rgb(202,162,217); }

 H1.HeaderClassName
 {
   color: #CAA2D9;
 }
 .AnyTagClassName
 {
   color: #CAA2D9;
 }
</style>
background-color css

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

 a { background-color: rgb(202,162,217); }

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

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

 span { border-color: rgb(202,162,217); }

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