Html Css Color HEX #AE2AAB Dark Orchid

📋 copy color: '#AE2AAB'

red 174 ◦ green 42 ◦ blue 171

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

Shades of Dark Orchid #AE2AAB

Tints of Dark Orchid #AE2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.85%

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

R = 44.96%
G = 10.85%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE2AAB (or 0xAE2AAB) is known color: Dark Orchid. HEX triplet: AE, 2A and AB. RGB value is (174,42,171). Sum of RGB (Red+Green+Blue) = 174+42+171=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2AAB is #51D554. Grayscale: #5F5F5F. Windows color (decimal): -5363029 or 11217582. OLE color: 11217582.

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

Color convert

RGB 174 42 171 -
CMYK 0 0.76 0.02 0.32
HSL 301.36º 0.61% 0.42% -
HSV(B) 301.36º 0.76% 0.68% -
XYZ 25.63 13.59 39.8 -
YUV 96.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 174 42 171 0 0.76 0.02 0.32 301.36 0.61 0.42
Hex AE 2A AB 0 4C 2 20 12D 3D 2A
Octal 256 52 253 0 114 2 40 455 75 52
Binary 10101110 101010 10101011 0 1001100 10 100000 100101101 111101 101010

Color Harmonies of #AE2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2AAB

Black with #AE2AAB

Text Example


Text Example

White with #AE2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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