#CA9AD4

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

Shades of Wisteria #CA9AD4

Tints of Wisteria #CA9AD4

Color information

#CA9AD4 (or 0xCA9AD4) is unknown color: approx Wisteria. HEX triplet: CA, 9A and D4. RGB value is (202,154,212). Sum of RGB (Red+Green+Blue) = 202+154+212=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA9AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AD4 is #35652B. Grayscale: #AEAEAE. Windows color (decimal): -3499308 or 13933258. OLE color: 13933258.

HSL color Cylindrical-coordinate representation of color #CA9AD4: hue angle of 289.66º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9AD4 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202154212-
CMYK0.050.2700.17
HSL289.66º40.28%71.76%-
HSV(B)289.66º27.36%83.14%-
XYZ47.840.4267.57-
YUV174.96148.9147.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 212 (83.20% from 255) = 37.32%
R=35.56%
G=27.11%
B=37.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021542120.050.2700.17289.6640.2871.76
HexCA9AD451B0111222848
Octal31223232453302144250110
Binary110010101001101011010100101110110100011001000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AD4; }

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

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

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

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

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

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

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

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