#CA8AEB

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

Shades of Wisteria #CA8AEB

Tints of Wisteria #CA8AEB

Color information

#CA8AEB (or 0xCA8AEB) is unknown color: approx Wisteria. HEX triplet: CA, 8A and EB. RGB value is (202,138,235). Sum of RGB (Red+Green+Blue) = 202+138+235=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA8AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AEB is #357514. Grayscale: #A7A7A7. Windows color (decimal): -3503381 or 15436490. OLE color: 15436490.

HSL color Cylindrical-coordinate representation of color #CA8AEB: hue angle of 279.59º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8AEB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202138235-
CMYK0.140.4100.08
HSL279.59º70.8%73.14%-
HSV(B)279.59º41.28%92.16%-
XYZ48.4436.7383.13-
YUV168.19165.7152.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=35.13%
G=24%
B=40.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021382350.140.4100.08279.5970.873.14
HexCA8AEBE29081184749
Octal3122123531651010430107111
Binary11001010100010101110101111101010010100010001100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8AEB; }

 p { color: rgb(202,138,235); }

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

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

 a { background-color: rgb(202,138,235); }

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

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

 span { border-color: rgb(202,138,235); }

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