#CAA3EA

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

Shades of Wisteria #CAA3EA

Tints of Wisteria #CAA3EA

Color information

#CAA3EA (or 0xCAA3EA) is unknown color: approx Wisteria. HEX triplet: CA, A3 and EA. RGB value is (202,163,234). Sum of RGB (Red+Green+Blue) = 202+163+234=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 163 (64.06% from 255 or 27.21% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3EA is #355C15. Grayscale: #B6B6B6. Windows color (decimal): -3496982 or 15377354. OLE color: 15377354.

HSL color Cylindrical-coordinate representation of color #CAA3EA: hue angle of 272.96º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA3EA is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202163234-
CMYK0.140.3000.08
HSL272.96º62.83%77.84%-
HSV(B)272.96º30.34%91.76%-
XYZ52.3144.6983.71-
YUV182.76156.92141.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 163 (64.06% from 255) = 27.21%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=33.72%
G=27.21%
B=39.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021632340.140.3000.08272.9662.8377.84
HexCAA3EAE1E081113f4e
Octal312243352163601042177116
Binary110010101010001111101010111011110010001000100011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3EA; }

 p { color: rgb(202,163,234); }

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

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

 a { background-color: rgb(202,163,234); }

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

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

 span { border-color: rgb(202,163,234); }

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