Html Css Color HEX #AE20AA Dark Orchid

📋 copy color: '#AE20AA'

red 174 ◦ green 32 ◦ blue 170

#AE20AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AE20AA

Tints of Dark Orchid #AE20AA

RGB

 RED value IS 174 (68.36% from 255) = 46.28%

 GREEN value IS 32 (12.89% from 255) = 8.51%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 46.28%
G = 8.51%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE20AA (or 0xAE20AA) is known color: Dark Orchid. HEX triplet: AE, 20 and AA. RGB value is (174,32,170). Sum of RGB (Red+Green+Blue) = 174+32+170=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE20AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE20AA is #51DF55. Grayscale: #595959. Windows color (decimal): -5365590 or 11149486. OLE color: 11149486.

HSL color Cylindrical-coordinate representation of color #AE20AA: hue angle of 301.69º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE20AA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 170 -
CMYK 0 0.82 0.02 0.32
HSL 301.69º 0.69% 0.4% -
HSV(B) 301.69º 0.82% 0.68% -
XYZ 25.23 12.93 39.2 -
YUV 90.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 174 32 170 0 0.82 0.02 0.32 301.69 0.69 0.4
Hex AE 20 AA 0 52 2 20 12E 45 28
Octal 256 40 252 0 122 2 40 456 105 50
Binary 10101110 100000 10101010 0 1010010 10 100000 100101110 1000101 101000

Color Harmonies of #AE20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20AA

Black with #AE20AA

Text Example


Text Example

White with #AE20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20AA; }

 p { color: rgb(174,32,170); }

 H1.HeaderClassName
 {
   color: #AE20AA;
 }
 .AnyTagClassName
 {
   color: #AE20AA;
 }
</style>

background-color css

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

 a { background-color: rgb(174,32,170); }

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

border-color css

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

 span { border-color: rgb(174,32,170); }

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