#CA9AD8

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

Shades of Wisteria #CA9AD8

Tints of Wisteria #CA9AD8

Color information

#CA9AD8 (or 0xCA9AD8) is unknown color: approx Wisteria. HEX triplet: CA, 9A and D8. RGB value is (202,154,216). Sum of RGB (Red+Green+Blue) = 202+154+216=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA9AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AD8 is #356527. Grayscale: #AFAFAF. Windows color (decimal): -3499304 or 14195402. OLE color: 14195402.

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

Color convert

RGB202154216-
CMYK0.060.2900.15
HSL286.45º44.29%72.55%-
HSV(B)286.45º28.7%84.71%-
XYZ48.3140.6370.26-
YUV175.42150.9146.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=35.31%
G=26.92%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021542160.060.2900.15286.4544.2972.55
HexCA9AD861D0F11e2c49
Octal31223233063501743654111
Binary11001010100110101101100011011101011111000111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AD8; }

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

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

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

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

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

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

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

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