Html Css Color HEX #AA2FAE Dark Orchid

📋 copy color: '#AA2FAE'

red 170 ◦ green 47 ◦ blue 174

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

Shades of Dark Orchid #AA2FAE

Tints of Dark Orchid #AA2FAE

RGB

 RED value IS 170 (66.8% from 255) = 43.48%

 GREEN value IS 47 (18.75% from 255) = 12.02%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 43.48%
G = 12.02%
B = 44.5%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA2FAE (or 0xAA2FAE) is known color: Dark Orchid. HEX triplet: AA, 2F and AE. RGB value is (170,47,174). Sum of RGB (Red+Green+Blue) = 170+47+174=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA2FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2FAE is #55D051. Grayscale: #616161. Windows color (decimal): -5623890 or 11415466. OLE color: 11415466.

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

Color convert

RGB 170 47 174 -
CMYK 0.02 0.73 0 0.32
HSL 298.11º 0.57% 0.43% -
HSV(B) 298.11º 0.73% 0.68% -
XYZ 25.23 13.64 41.35 -
YUV 98.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 170 47 174 0.02 0.73 0 0.32 298.11 0.57 0.43
Hex AA 2F AE 2 49 0 20 12A 39 2B
Octal 252 57 256 2 111 0 40 452 71 53
Binary 10101010 101111 10101110 10 1001001 0 100000 100101010 111001 101011

Color Harmonies of #AA2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FAE

Black with #AA2FAE

Text Example


Text Example

White with #AA2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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