#CA9ADE

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

Shades of Wisteria #CA9ADE

Tints of Wisteria #CA9ADE

Color information

#CA9ADE (or 0xCA9ADE) is unknown color: approx Wisteria. HEX triplet: CA, 9A and DE. RGB value is (202,154,222). Sum of RGB (Red+Green+Blue) = 202+154+222=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ADE is #356521. Grayscale: #AFAFAF. Windows color (decimal): -3499298 or 14588618. OLE color: 14588618.

HSL color Cylindrical-coordinate representation of color #CA9ADE: hue angle of 282.35º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA9ADE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202154222-
CMYK0.090.3100.13
HSL282.35º50.75%73.73%-
HSV(B)282.35º30.63%87.06%-
XYZ49.140.9474.42-
YUV176.1153.9146.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=34.95%
G=26.64%
B=38.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021542220.090.3100.13282.3550.7573.73
HexCA9ADE91F0D11a334a
Octal312232336113701543263112
Binary110010101001101011011110100111111011011000110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ADE; }

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

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

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

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

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

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

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

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