#CA9AEE

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

Shades of Wisteria #CA9AEE

Tints of Wisteria #CA9AEE

Color information

#CA9AEE (or 0xCA9AEE) is unknown color: approx Wisteria. HEX triplet: CA, 9A and EE. RGB value is (202,154,238). Sum of RGB (Red+Green+Blue) = 202+154+238=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AEE is #356511. Grayscale: #B1B1B1. Windows color (decimal): -3499282 or 15637194. OLE color: 15637194.

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

Color convert

RGB202154238-
CMYK0.150.3500.07
HSL274.29º71.19%76.86%-
HSV(B)274.29º35.29%93.33%-
XYZ51.3541.8486.26-
YUV177.93161.9145.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=34.01%
G=25.93%
B=40.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021542380.150.3500.07274.2971.1976.86
HexCA9AEEF2307112474d
Octal312232356174307422107115
Binary1100101010011010111011101111100011011110001001010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AEE; }

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

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

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

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

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

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

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

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