Html Css Color HEX #A31DAA Dark Orchid

📋 copy color: '#A31DAA'

red 163 ◦ green 29 ◦ blue 170

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

Shades of Dark Orchid #A31DAA

Tints of Dark Orchid #A31DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.01%

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

R = 45.03%
G = 8.01%
B = 46.96%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A31DAA (or 0xA31DAA) is known color: Dark Orchid. HEX triplet: A3, 1D and AA. RGB value is (163,29,170). Sum of RGB (Red+Green+Blue) = 163+29+170=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #A31DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31DAA is #5CE255. Grayscale: #545454. Windows color (decimal): -6087254 or 11148707. OLE color: 11148707.

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

Color convert

RGB 163 29 170 -
CMYK 0.04 0.83 0 0.33
HSL 297.02º 0.71% 0.39% -
HSV(B) 297.02º 0.83% 0.67% -
XYZ 22.8 11.57 39.06 -
YUV 85.14 175.89 183.54 -
System Red Green Blue C M Y K H S L
Decimal 163 29 170 0.04 0.83 0 0.33 297.02 0.71 0.39
Hex A3 1D AA 4 53 0 21 129 47 27
Octal 243 35 252 4 123 0 41 451 107 47
Binary 10100011 11101 10101010 100 1010011 0 100001 100101001 1000111 100111

Color Harmonies of #A31DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DAA

Black with #A31DAA

Text Example


Text Example

White with #A31DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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