Html Css Color HEX #AA31E0 Dark Orchid

📋 copy color: '#AA31E0'

red 170 ◦ green 49 ◦ blue 224

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

Shades of Dark Orchid #AA31E0

Tints of Dark Orchid #AA31E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.56%

R = 38.37%
G = 11.06%
B = 50.56%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA31E0 (or 0xAA31E0) is known color: Dark Orchid. HEX triplet: AA, 31 and E0. RGB value is (170,49,224). Sum of RGB (Red+Green+Blue) = 170+49+224=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA31E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31E0 is #55CE1F. Grayscale: #686868. Windows color (decimal): -5623328 or 14692778. OLE color: 14692778.

HSL color Cylindrical-coordinate representation of color #AA31E0: hue angle of 281.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA31E0 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 49 224 -
CMYK 0.24 0.78 0 0.12
HSL 281.49º 0.74% 0.54% -
HSV(B) 281.49º 0.78% 0.88% -
XYZ 31.13 16.12 71.99 -
YUV 105.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 170 49 224 0.24 0.78 0 0.12 281.49 0.74 0.54
Hex AA 31 E0 18 4E 0 C 119 4A 36
Octal 252 61 340 30 116 0 14 431 112 66
Binary 10101010 110001 11100000 11000 1001110 0 1100 100011001 1001010 110110

Color Harmonies of #AA31E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31E0

Black with #AA31E0

Text Example


Text Example

White with #AA31E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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