Html Css Color HEX #AA31DE Dark Orchid

📋 copy color: '#AA31DE'

red 170 ◦ green 49 ◦ blue 222

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

Shades of Dark Orchid #AA31DE

Tints of Dark Orchid #AA31DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 38.55%
G = 11.11%
B = 50.34%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA31DE (or 0xAA31DE) is known color: Dark Orchid. HEX triplet: AA, 31 and DE. RGB value is (170,49,222). Sum of RGB (Red+Green+Blue) = 170+49+222=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA31DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31DE is #55CE21. Grayscale: #686868. Windows color (decimal): -5623330 or 14561706. OLE color: 14561706.

HSL color Cylindrical-coordinate representation of color #AA31DE: hue angle of 281.97º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA31DE is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 49 222 -
CMYK 0.23 0.78 0 0.13
HSL 281.97º 0.72% 0.53% -
HSV(B) 281.97º 0.78% 0.87% -
XYZ 30.86 16.02 70.57 -
YUV 104.9 194.09 174.43 -
System Red Green Blue C M Y K H S L
Decimal 170 49 222 0.23 0.78 0 0.13 281.97 0.72 0.53
Hex AA 31 DE 17 4E 0 D 11A 48 35
Octal 252 61 336 27 116 0 15 432 110 65
Binary 10101010 110001 11011110 10111 1001110 0 1101 100011010 1001000 110101

Color Harmonies of #AA31DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31DE

Black with #AA31DE

Text Example


Text Example

White with #AA31DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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