#CA9AE1

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

Shades of Wisteria #CA9AE1

Tints of Wisteria #CA9AE1

Color information

#CA9AE1 (or 0xCA9AE1) is unknown color: approx Wisteria. HEX triplet: CA, 9A and E1. RGB value is (202,154,225). Sum of RGB (Red+Green+Blue) = 202+154+225=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA9AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AE1 is #35651E. Grayscale: #B0B0B0. Windows color (decimal): -3499295 or 14785226. OLE color: 14785226.

HSL color Cylindrical-coordinate representation of color #CA9AE1: hue angle of 280.56º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9AE1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202154225-
CMYK0.100.3200.12
HSL280.56º54.2%74.31%-
HSV(B)280.56º31.56%88.24%-
XYZ49.541.176.56-
YUV176.45155.4146.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=34.77%
G=26.51%
B=38.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021542250.100.3200.12280.5654.274.31
HexCA9AE1A200C119364a
Octal312232341124001443166112
Binary1100101010011010111000011010100000011001000110011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AE1; }

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

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

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

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

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

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

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

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