Html Css Color HEX #AE20AC Dark Orchid

📋 copy color: '#AE20AC'

red 174 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #AE20AC

Tints of Dark Orchid #AE20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 46.03%
G = 8.47%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE20AC (or 0xAE20AC) is known color: Dark Orchid. HEX triplet: AE, 20 and AC. RGB value is (174,32,172). Sum of RGB (Red+Green+Blue) = 174+32+172=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE20AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE20AC is #51DF53. Grayscale: #5A5A5A. Windows color (decimal): -5365588 or 11280558. OLE color: 11280558.

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

Color convert

RGB 174 32 172 -
CMYK 0 0.82 0.01 0.32
HSL 300.85º 0.69% 0.4% -
HSV(B) 300.85º 0.82% 0.68% -
XYZ 25.42 13.01 40.2 -
YUV 90.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 174 32 172 0 0.82 0.01 0.32 300.85 0.69 0.4
Hex AE 20 AC 0 52 1 20 12D 45 28
Octal 256 40 254 0 122 1 40 455 105 50
Binary 10101110 100000 10101100 0 1010010 1 100000 100101101 1000101 101000

Color Harmonies of #AE20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20AC

Black with #AE20AC

Text Example


Text Example

White with #AE20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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