#AE22B9

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

Shades of Dark Orchid #AE22B9

Tints of Dark Orchid #AE22B9

Color information

#AE22B9 (or 0xAE22B9) is unknown color: approx Dark Orchid. HEX triplet: AE, 22 and B9. RGB value is (174,34,185). Sum of RGB (Red+Green+Blue) = 174+34+185=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE22B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE22B9 is #51DD46. Grayscale: #5C5C5C. Windows color (decimal): -5365063 or 12133038. OLE color: 12133038.

HSL color Cylindrical-coordinate representation of color #AE22B9: hue angle of 295.63º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE22B9 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17434185-
CMYK0.060.8200.27
HSL295.63º68.95%42.94%-
HSV(B)295.63º81.62%72.55%-
XYZ26.7813.6547.12-
YUV93.07179.88185.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 34 (13.67% from 255) = 8.65%
BLUE value IS 185 (72.66% from 255) = 47.07%
R=44.27%
G=8.65%
B=47.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174341850.060.8200.27295.6368.9542.94
HexAE22B965201B128452b
Octal25642271612203345010553
Binary101011101000101011100111010100100110111001010001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE22B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE22B9; }

 p { color: rgb(174,34,185); }

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

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

 a { background-color: rgb(174,34,185); }

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

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

 span { border-color: rgb(174,34,185); }

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