#CA9ADA

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

Shades of Wisteria #CA9ADA

Tints of Wisteria #CA9ADA

Color information

#CA9ADA (or 0xCA9ADA) is unknown color: approx Wisteria. HEX triplet: CA, 9A and DA. RGB value is (202,154,218). Sum of RGB (Red+Green+Blue) = 202+154+218=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ADA is #356525. Grayscale: #AFAFAF. Windows color (decimal): -3499302 or 14326474. OLE color: 14326474.

HSL color Cylindrical-coordinate representation of color #CA9ADA: hue angle of 285º degrees, saturation: 0.46, 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 #CA9ADA is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202154218-
CMYK0.070.2900.15
HSL285º46.38%72.94%-
HSV(B)285º29.36%85.49%-
XYZ48.5740.7371.63-
YUV175.65151.9146.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=35.19%
G=26.83%
B=37.98%

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
Decimal2021542180.070.2900.1528546.3872.94
HexCA9ADA71D0F11d2e49
Octal31223233273501743556111
Binary11001010100110101101101011111101011111000111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ADA; }

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

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

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

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

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

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

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

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