Html Css Color HEX #AE20AB Dark Orchid

📋 copy color: '#AE20AB'

red 174 ◦ green 32 ◦ blue 171

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

Shades of Dark Orchid #AE20AB

Tints of Dark Orchid #AE20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 46.15%
G = 8.49%
B = 45.36%

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

#AE20AB (or 0xAE20AB) is known color: Dark Orchid. HEX triplet: AE, 20 and AB. RGB value is (174,32,171). Sum of RGB (Red+Green+Blue) = 174+32+171=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE20AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE20AB is #51DF54. Grayscale: #595959. Windows color (decimal): -5365589 or 11215022. OLE color: 11215022.

HSL color Cylindrical-coordinate representation of color #AE20AB: hue angle of 301.27º 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 #AE20AB is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 171 -
CMYK 0 0.82 0.02 0.32
HSL 301.27º 0.69% 0.4% -
HSV(B) 301.27º 0.82% 0.68% -
XYZ 25.32 12.97 39.7 -
YUV 90.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 174 32 171 0 0.82 0.02 0.32 301.27 0.69 0.4
Hex AE 20 AB 0 52 2 20 12D 45 28
Octal 256 40 253 0 122 2 40 455 105 50
Binary 10101110 100000 10101011 0 1010010 10 100000 100101101 1000101 101000

Color Harmonies of #AE20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20AB

Black with #AE20AB

Text Example


Text Example

White with #AE20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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