#C29ACE

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

Shades of Wisteria #C29ACE

Tints of Wisteria #C29ACE

Color information

#C29ACE (or 0xC29ACE) is unknown color: approx Wisteria. HEX triplet: C2, 9A and CE. RGB value is (194,154,206). Sum of RGB (Red+Green+Blue) = 194+154+206=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #C29ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ACE is #3D6531. Grayscale: #ABABAB. Windows color (decimal): -4023602 or 13540034. OLE color: 13540034.

HSL color Cylindrical-coordinate representation of color #C29ACE: hue angle of 286.15º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29ACE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194154206-
CMYK0.060.2500.19
HSL286.15º34.67%70.59%-
HSV(B)286.15º25.24%80.78%-
XYZ44.9439.0463.56-
YUV171.89147.25143.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=35.02%
G=27.80%
B=37.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941542060.060.2500.19286.1534.6770.59
HexC29ACE61901311e2347
Octal30223231663102343643107
Binary110000101001101011001110110110010100111000111101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29ACE; }

 p { color: rgb(194,154,206); }

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

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

 a { background-color: rgb(194,154,206); }

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

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

 span { border-color: rgb(194,154,206); }

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