Html Css Color HEX #AA31BE Dark Orchid

📋 copy color: '#AA31BE'

red 170 ◦ green 49 ◦ blue 190

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

Shades of Dark Orchid #AA31BE

Tints of Dark Orchid #AA31BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 41.56%
G = 11.98%
B = 46.45%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA31BE (or 0xAA31BE) is known color: Dark Orchid. HEX triplet: AA, 31 and BE. RGB value is (170,49,190). Sum of RGB (Red+Green+Blue) = 170+49+190=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA31BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31BE is #55CE41. Grayscale: #646464. Windows color (decimal): -5623362 or 12464554. OLE color: 12464554.

HSL color Cylindrical-coordinate representation of color #AA31BE: hue angle of 291.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA31BE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 49 190 -
CMYK 0.11 0.74 0 0.25
HSL 291.49º 0.59% 0.47% -
HSV(B) 291.49º 0.74% 0.75% -
XYZ 26.97 14.46 50.08 -
YUV 101.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 170 49 190 0.11 0.74 0 0.25 291.49 0.59 0.47
Hex AA 31 BE B 4A 0 19 123 3B 2F
Octal 252 61 276 13 112 0 31 443 73 57
Binary 10101010 110001 10111110 1011 1001010 0 11001 100100011 111011 101111

Color Harmonies of #AA31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31BE

Black with #AA31BE

Text Example


Text Example

White with #AA31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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