#CA9AE7

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

Shades of Wisteria #CA9AE7

Tints of Wisteria #CA9AE7

Color information

#CA9AE7 (or 0xCA9AE7) is unknown color: approx Wisteria. HEX triplet: CA, 9A and E7. RGB value is (202,154,231). Sum of RGB (Red+Green+Blue) = 202+154+231=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA9AE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AE7 is #356518. Grayscale: #B0B0B0. Windows color (decimal): -3499289 or 15178442. OLE color: 15178442.

HSL color Cylindrical-coordinate representation of color #CA9AE7: hue angle of 277.4º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9AE7 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202154231-
CMYK0.130.3300.09
HSL277.4º61.6%75.49%-
HSV(B)277.4º33.33%90.59%-
XYZ50.3441.4480.95-
YUV177.13158.4145.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 231 (90.62% from 255) = 39.35%
R=34.41%
G=26.24%
B=39.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021542310.130.3300.09277.461.675.49
HexCA9AE7D21091153e4b
Octal312232347154101142576113
Binary1100101010011010111001111101100001010011000101011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AE7; }

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

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

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

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

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

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

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

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