#CA9ADF

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

Shades of Wisteria #CA9ADF

Tints of Wisteria #CA9ADF

Color information

#CA9ADF (or 0xCA9ADF) is unknown color: approx Wisteria. HEX triplet: CA, 9A and DF. RGB value is (202,154,223). Sum of RGB (Red+Green+Blue) = 202+154+223=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ADF is #356520. Grayscale: #AFAFAF. Windows color (decimal): -3499297 or 14654154. OLE color: 14654154.

HSL color Cylindrical-coordinate representation of color #CA9ADF: hue angle of 281.74º degrees, saturation: 0.52, 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 #CA9ADF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202154223-
CMYK0.090.3100.13
HSL281.74º51.88%73.92%-
HSV(B)281.74º30.94%87.45%-
XYZ49.234175.13-
YUV176.22154.4146.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=34.89%
G=26.60%
B=38.51%

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
Decimal2021542230.090.3100.13281.7451.8873.92
HexCA9ADF91F0D11a344a
Octal312232337113701543264112
Binary110010101001101011011111100111111011011000110101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ADF; }

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

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

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

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

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

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

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

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