#AE21B4

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

Shades of Dark Orchid #AE21B4

Tints of Dark Orchid #AE21B4

Color information

#AE21B4 (or 0xAE21B4) is unknown color: approx Dark Orchid. HEX triplet: AE, 21 and B4. RGB value is (174,33,180). Sum of RGB (Red+Green+Blue) = 174+33+180=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE21B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE21B4 is #51DE4B. Grayscale: #5B5B5B. Windows color (decimal): -5365324 or 11805102. OLE color: 11805102.

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

Color convert

RGB17433180-
CMYK0.030.8200.29
HSL297.55º69.01%41.76%-
HSV(B)297.55º81.67%70.59%-
XYZ26.2413.3844.38-
YUV91.92177.71186.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 33 (13.28% from 255) = 8.53%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=44.96%
G=8.53%
B=46.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174331800.030.8200.29297.5569.0141.76
HexAE21B435201D12a452a
Octal25641264312203545210552
Binary10101110100001101101001110100100111011001010101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE21B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE21B4; }

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

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

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

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

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

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

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

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