Html Css Color HEX #AA31AB Dark Orchid

📋 copy color: '#AA31AB'

red 170 ◦ green 49 ◦ blue 171

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

Shades of Dark Orchid #AA31AB

Tints of Dark Orchid #AA31AB

RGB

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

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

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

R = 43.59%
G = 12.56%
B = 43.85%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA31AB (or 0xAA31AB) is known color: Dark Orchid. HEX triplet: AA, 31 and AB. RGB value is (170,49,171). Sum of RGB (Red+Green+Blue) = 170+49+171=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA31AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA31AB is #55CE54. Grayscale: #626262. Windows color (decimal): -5623381 or 11219370. OLE color: 11219370.

HSL color Cylindrical-coordinate representation of color #AA31AB: hue angle of 299.51º 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 #AA31AB is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 49 171 -
CMYK 0.01 0.71 0 0.33
HSL 299.51º 0.55% 0.43% -
HSV(B) 299.51º 0.71% 0.67% -
XYZ 25.03 13.68 39.85 -
YUV 99.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 170 49 171 0.01 0.71 0 0.33 299.51 0.55 0.43
Hex AA 31 AB 1 47 0 21 12C 37 2B
Octal 252 61 253 1 107 0 41 454 67 53
Binary 10101010 110001 10101011 1 1000111 0 100001 100101100 110111 101011

Color Harmonies of #AA31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31AB

Black with #AA31AB

Text Example


Text Example

White with #AA31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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