Html Css Color HEX #AE20BA Dark Orchid

📋 copy color: '#AE20BA'

red 174 ◦ green 32 ◦ blue 186

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

Shades of Dark Orchid #AE20BA

Tints of Dark Orchid #AE20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 44.39%
G = 8.16%
B = 47.45%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE20BA (or 0xAE20BA) is known color: Dark Orchid. HEX triplet: AE, 20 and BA. RGB value is (174,32,186). Sum of RGB (Red+Green+Blue) = 174+32+186=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE20BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20BA is #51DF45. Grayscale: #5B5B5B. Windows color (decimal): -5365574 or 12198062. OLE color: 12198062.

HSL color Cylindrical-coordinate representation of color #AE20BA: hue angle of 295.32º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE20BA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 32 186 -
CMYK 0.06 0.83 0 0.27
HSL 295.32º 0.71% 0.43% -
HSV(B) 295.32º 0.83% 0.73% -
XYZ 26.84 13.58 47.66 -
YUV 92.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 174 32 186 0.06 0.83 0 0.27 295.32 0.71 0.43
Hex AE 20 BA 6 53 0 1B 127 47 2B
Octal 256 40 272 6 123 0 33 447 107 53
Binary 10101110 100000 10111010 110 1010011 0 11011 100100111 1000111 101011

Color Harmonies of #AE20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20BA

Black with #AE20BA

Text Example


Text Example

White with #AE20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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