#CA9AD9

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

Shades of Wisteria #CA9AD9

Tints of Wisteria #CA9AD9

Color information

#CA9AD9 (or 0xCA9AD9) is unknown color: approx Wisteria. HEX triplet: CA, 9A and D9. RGB value is (202,154,217). Sum of RGB (Red+Green+Blue) = 202+154+217=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA9AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AD9 is #356526. Grayscale: #AFAFAF. Windows color (decimal): -3499303 or 14260938. OLE color: 14260938.

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

Color convert

RGB202154217-
CMYK0.070.2900.15
HSL285.71º45.32%72.75%-
HSV(B)285.71º29.03%85.1%-
XYZ48.4440.6870.94-
YUV175.53151.4146.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=35.25%
G=26.88%
B=37.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021542170.070.2900.15285.7145.3272.75
HexCA9AD971D0F11e2d49
Octal31223233173501743655111
Binary11001010100110101101100111111101011111000111101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AD9; }

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

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

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

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

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

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

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

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