#AE21B0

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

Shades of Dark Orchid #AE21B0

Tints of Dark Orchid #AE21B0

Color information

#AE21B0 (or 0xAE21B0) is unknown color: approx Dark Orchid. HEX triplet: AE, 21 and B0. RGB value is (174,33,176). Sum of RGB (Red+Green+Blue) = 174+33+176=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE21B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE21B0 is #51DE4F. Grayscale: #5B5B5B. Windows color (decimal): -5365328 or 11542958. OLE color: 11542958.

HSL color Cylindrical-coordinate representation of color #AE21B0: hue angle of 299.16º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE21B0 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17433176-
CMYK0.010.8100.31
HSL299.16º68.42%40.98%-
HSV(B)299.16º81.25%69.02%-
XYZ25.8413.2242.26-
YUV91.46175.71186.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 33 (13.28% from 255) = 8.62%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=45.43%
G=8.62%
B=45.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174331760.010.8100.31299.1668.4240.98
HexAE21B015101F12b4429
Octal25641260112103745310451
Binary1010111010000110110000110100010111111001010111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE21B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE21B0; }

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

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

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

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

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

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

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

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