Html Css Color HEX #AA31AA Dark Orchid

📋 copy color: '#AA31AA'

red 170 ◦ green 49 ◦ blue 170

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

Shades of Dark Orchid #AA31AA

Tints of Dark Orchid #AA31AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.6%

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 43.7%
G = 12.6%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA31AA (or 0xAA31AA) is known color: Dark Orchid. HEX triplet: AA, 31 and AA. RGB value is (170,49,170). Sum of RGB (Red+Green+Blue) = 170+49+170=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA31AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA31AA is #55CE55. Grayscale: #626262. Windows color (decimal): -5623382 or 11153834. OLE color: 11153834.

HSL color Cylindrical-coordinate representation of color #AA31AA: hue angle of 300º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA31AA is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 49 170 -
CMYK 0 0.71 0 0.33
HSL 300º 0.55% 0.43% -
HSV(B) 300º 0.71% 0.67% -
XYZ 24.93 13.64 39.35 -
YUV 98.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 170 49 170 0 0.71 0 0.33 300 0.55 0.43
Hex AA 31 AA 0 47 0 21 12C 37 2B
Octal 252 61 252 0 107 0 41 454 67 53
Binary 10101010 110001 10101010 0 1000111 0 100001 100101100 110111 101011

Color Harmonies of #AA31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31AA

Black with #AA31AA

Text Example


Text Example

White with #AA31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31AA; }

 p { color: rgb(170,49,170); }

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

background-color css

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

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

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

border-color css

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

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

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