#ae22b6

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

Shades of Dark Orchid #AE22B6

Tints of Dark Orchid #AE22B6

Color information

#AE22B6 (or 0xAE22B6) is unknown color: approx Dark Orchid. HEX triplet: AE, 22 and B6. RGB value is (174,34,182). Sum of RGB (Red+Green+Blue) = 174+34+182=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE22B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE22B6 is #51DD49. Grayscale: #5C5C5C. Windows color (decimal): -5365066 or 11936430. OLE color: 11936430.

HSL color Cylindrical-coordinate representation of color #AE22B6: hue angle of 296.76º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE22B6 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17434182-
CMYK0.040.8100.29
HSL296.76º68.52%42.35%-
HSV(B)296.76º81.32%71.37%-
XYZ26.4713.5245.47-
YUV92.73178.38185.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 34 (13.67% from 255) = 8.72%
BLUE value IS 182 (71.48% from 255) = 46.67%
R=44.62%
G=8.72%
B=46.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174341820.040.8100.29296.7668.5242.35
HexAE22B645101D129452a
Octal25642266412103545110552
Binary101011101000101011011010010100010111011001010011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae22b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae22b6; }

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

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

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

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

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

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

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

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