Html Css Color HEX #A31FAA Dark Orchid

📋 copy color: '#A31FAA'

red 163 ◦ green 31 ◦ blue 170

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

Shades of Dark Orchid #A31FAA

Tints of Dark Orchid #A31FAA

RGB

 RED value IS 163 (64.06% from 255) = 44.78%

 GREEN value IS 31 (12.5% from 255) = 8.52%

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 44.78%
G = 8.52%
B = 46.7%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A31FAA (or 0xA31FAA) is known color: Dark Orchid. HEX triplet: A3, 1F and AA. RGB value is (163,31,170). Sum of RGB (Red+Green+Blue) = 163+31+170=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #A31FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31FAA is #5CE055. Grayscale: #555555. Windows color (decimal): -6086742 or 11149219. OLE color: 11149219.

HSL color Cylindrical-coordinate representation of color #A31FAA: hue angle of 296.98º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31FAA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 31 170 -
CMYK 0.04 0.82 0 0.33
HSL 296.98º 0.69% 0.39% -
HSV(B) 296.98º 0.82% 0.67% -
XYZ 22.85 11.67 39.08 -
YUV 86.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 163 31 170 0.04 0.82 0 0.33 296.98 0.69 0.39
Hex A3 1F AA 4 52 0 21 129 45 27
Octal 243 37 252 4 122 0 41 451 105 47
Binary 10100011 11111 10101010 100 1010010 0 100001 100101001 1000101 100111

Color Harmonies of #A31FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FAA

Black with #A31FAA

Text Example


Text Example

White with #A31FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FAA; }

 p { color: rgb(163,31,170); }

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

background-color css

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

 a { background-color: rgb(163,31,170); }

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

border-color css

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

 span { border-color: rgb(163,31,170); }

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