#CC9AEB

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

Shades of Wisteria #CC9AEB

Tints of Wisteria #CC9AEB

Color information

#CC9AEB (or 0xCC9AEB) is unknown color: approx Wisteria. HEX triplet: CC, 9A and EB. RGB value is (204,154,235). Sum of RGB (Red+Green+Blue) = 204+154+235=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC9AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9AEB is #336514. Grayscale: #B1B1B1. Windows color (decimal): -3368213 or 15440588. OLE color: 15440588.

HSL color Cylindrical-coordinate representation of color #CC9AEB: hue angle of 277.04º 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 #CC9AEB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204154235-
CMYK0.130.3400.08
HSL277.04º66.94%76.27%-
HSV(B)277.04º34.47%92.16%-
XYZ51.4541.9583.98-
YUV178.18160.06146.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=34.40%
G=25.97%
B=39.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041542350.130.3400.08277.0466.9476.27
HexCC9AEBD2208115434c
Octal3142323531542010425103114
Binary11001100100110101110101111011000100100010001010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9AEB; }

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

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

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

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

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

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

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

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