#C69AEB

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

Shades of Wisteria #C69AEB

Tints of Wisteria #C69AEB

Color information

#C69AEB (or 0xC69AEB) is unknown color: approx Wisteria. HEX triplet: C6, 9A and EB. RGB value is (198,154,235). Sum of RGB (Red+Green+Blue) = 198+154+235=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #C69AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AEB is #396514. Grayscale: #B0B0B0. Windows color (decimal): -3761429 or 15440582. OLE color: 15440582.

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

Color convert

RGB198154235-
CMYK0.160.3400.08
HSL272.59º66.94%76.27%-
HSV(B)272.59º34.47%92.16%-
XYZ49.8441.1283.91-
YUV176.39161.08143.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.73%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=33.73%
G=26.24%
B=40.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981542350.160.3400.08272.5966.9476.27
HexC69AEB102208111434c
Octal3062323532042010421103114
Binary110001101001101011101011100001000100100010001000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AEB; }

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

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

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

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

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

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

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

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