#CAA1E0

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

Shades of Wisteria #CAA1E0

Tints of Wisteria #CAA1E0

Color information

#CAA1E0 (or 0xCAA1E0) is unknown color: approx Wisteria. HEX triplet: CA, A1 and E0. RGB value is (202,161,224). Sum of RGB (Red+Green+Blue) = 202+161+224=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAA1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1E0 is #355E1F. Grayscale: #B4B4B4. Windows color (decimal): -3497504 or 14721482. OLE color: 14721482.

HSL color Cylindrical-coordinate representation of color #CAA1E0: hue angle of 279.05º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA1E0 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202161224-
CMYK0.100.2800.12
HSL279.05º50.4%75.49%-
HSV(B)279.05º28.12%87.84%-
XYZ50.5643.4376.24-
YUV180.44152.58143.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 224 (87.89% from 255) = 38.16%
R=34.41%
G=27.43%
B=38.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021612240.100.2800.12279.0550.475.49
HexCAA1E0A1C0C117324b
Octal312241340123401442762113
Binary110010101010000111100000101011100011001000101111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1E0; }

 p { color: rgb(202,161,224); }

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

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

 a { background-color: rgb(202,161,224); }

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

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

 span { border-color: rgb(202,161,224); }

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