#C28AEB

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

Shades of Wisteria #C28AEB

Tints of Wisteria #C28AEB

Color information

#C28AEB (or 0xC28AEB) is unknown color: approx Wisteria. HEX triplet: C2, 8A and EB. RGB value is (194,138,235). Sum of RGB (Red+Green+Blue) = 194+138+235=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #C28AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AEB is #3D7514. Grayscale: #A5A5A5. Windows color (decimal): -4027669 or 15436482. OLE color: 15436482.

HSL color Cylindrical-coordinate representation of color #C28AEB: hue angle of 274.64º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28AEB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194138235-
CMYK0.170.4100.08
HSL274.64º70.8%73.14%-
HSV(B)274.64º41.28%92.16%-
XYZ46.3335.6483.04-
YUV165.8167.05148.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 138 (54.30% from 255) = 24.34%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=34.22%
G=24.34%
B=41.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941382350.170.4100.08274.6470.873.14
HexC28AEB1129081134749
Octal3022123532151010423107111
Binary110000101000101011101011100011010010100010001001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AEB; }

 p { color: rgb(194,138,235); }

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

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

 a { background-color: rgb(194,138,235); }

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

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

 span { border-color: rgb(194,138,235); }

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