#CAA4E8

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

Shades of Wisteria #CAA4E8

Tints of Wisteria #CAA4E8

Color information

#CAA4E8 (or 0xCAA4E8) is unknown color: approx Wisteria. HEX triplet: CA, A4 and E8. RGB value is (202,164,232). Sum of RGB (Red+Green+Blue) = 202+164+232=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAA4E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4E8 is #355B17. Grayscale: #B6B6B6. Windows color (decimal): -3496728 or 15246538. OLE color: 15246538.

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

Color convert

RGB202164232-
CMYK0.130.2900.09
HSL273.53º59.65%77.65%-
HSV(B)273.53º29.31%90.98%-
XYZ52.244.9382.27-
YUV183.11155.59141.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 232 (91.02% from 255) = 38.80%
R=33.78%
G=27.42%
B=38.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021642320.130.2900.09273.5359.6577.65
HexCAA4E8D1D091123c4e
Octal312244350153501142274116
Binary110010101010010011101000110111101010011000100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4E8; }

 p { color: rgb(202,164,232); }

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

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

 a { background-color: rgb(202,164,232); }

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

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

 span { border-color: rgb(202,164,232); }

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