#CA9AEB

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

Shades of Wisteria #CA9AEB

Tints of Wisteria #CA9AEB

Color information

#CA9AEB (or 0xCA9AEB) is unknown color: approx Wisteria. HEX triplet: CA, 9A and EB. RGB value is (202,154,235). Sum of RGB (Red+Green+Blue) = 202+154+235=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA9AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AEB is #356514. Grayscale: #B1B1B1. Windows color (decimal): -3499285 or 15440586. OLE color: 15440586.

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

Color convert

RGB202154235-
CMYK0.140.3400.08
HSL275.56º66.94%76.27%-
HSV(B)275.56º34.47%92.16%-
XYZ50.9141.6783.96-
YUV177.59160.4145.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=34.18%
G=26.06%
B=39.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021542350.140.3400.08275.5666.9476.27
HexCA9AEBE2208114434c
Octal3122323531642010424103114
Binary11001010100110101110101111101000100100010001010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AEB; }

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

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

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

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

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

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

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

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