Html Css Color HEX #AA31BC Dark Orchid

📋 copy color: '#AA31BC'

red 170 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #AA31BC

Tints of Dark Orchid #AA31BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 41.77%
G = 12.04%
B = 46.19%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA31BC (or 0xAA31BC) is known color: Dark Orchid. HEX triplet: AA, 31 and BC. RGB value is (170,49,188). Sum of RGB (Red+Green+Blue) = 170+49+188=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA31BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31BC is #55CE43. Grayscale: #646464. Windows color (decimal): -5623364 or 12333482. OLE color: 12333482.

HSL color Cylindrical-coordinate representation of color #AA31BC: hue angle of 292.23º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA31BC is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 49 188 -
CMYK 0.10 0.74 0 0.26
HSL 292.23º 0.59% 0.46% -
HSV(B) 292.23º 0.74% 0.74% -
XYZ 26.75 14.37 48.94 -
YUV 101.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 170 49 188 0.10 0.74 0 0.26 292.23 0.59 0.46
Hex AA 31 BC A 4A 0 1A 124 3B 2E
Octal 252 61 274 12 112 0 32 444 73 56
Binary 10101010 110001 10111100 1010 1001010 0 11010 100100100 111011 101110

Color Harmonies of #AA31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31BC

Black with #AA31BC

Text Example


Text Example

White with #AA31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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