#ae22b4

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

Shades of Dark Orchid #AE22B4

Tints of Dark Orchid #AE22B4

Color information

#AE22B4 (or 0xAE22B4) is unknown color: approx Dark Orchid. HEX triplet: AE, 22 and B4. RGB value is (174,34,180). Sum of RGB (Red+Green+Blue) = 174+34+180=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE22B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE22B4 is #51DD4B. Grayscale: #5C5C5C. Windows color (decimal): -5365068 or 11805358. OLE color: 11805358.

HSL color Cylindrical-coordinate representation of color #AE22B4: hue angle of 297.53º degrees, saturation: 0.68, 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 #AE22B4 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17434180-
CMYK0.030.8100.29
HSL297.53º68.22%41.96%-
HSV(B)297.53º81.11%70.59%-
XYZ26.2713.4444.39-
YUV92.5177.38186.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 34 (13.67% from 255) = 8.76%
BLUE value IS 180 (70.70% from 255) = 46.39%
R=44.85%
G=8.76%
B=46.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174341800.030.8100.29297.5368.2241.96
HexAE22B435101D12a442a
Octal25642264312103545210452
Binary10101110100010101101001110100010111011001010101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae22b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae22b4; }

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

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

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

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

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

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

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

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