#CA9AEC

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

Shades of Wisteria #CA9AEC

Tints of Wisteria #CA9AEC

Color information

#CA9AEC (or 0xCA9AEC) is unknown color: approx Wisteria. HEX triplet: CA, 9A and EC. RGB value is (202,154,236). Sum of RGB (Red+Green+Blue) = 202+154+236=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA9AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AEC is #356513. Grayscale: #B1B1B1. Windows color (decimal): -3499284 or 15506122. OLE color: 15506122.

HSL color Cylindrical-coordinate representation of color #CA9AEC: hue angle of 275.12º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA9AEC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202154236-
CMYK0.140.3500.07
HSL275.12º68.33%76.47%-
HSV(B)275.12º34.75%92.55%-
XYZ51.0541.7284.72-
YUV177.7160.9145.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 154 (60.55% from 255) = 26.01%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=34.12%
G=26.01%
B=39.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021542360.140.3500.07275.1268.3376.47
HexCA9AECE2307113444c
Octal312232354164307423104114
Binary1100101010011010111011001110100011011110001001110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AEC; }

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

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

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

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

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

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

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

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