Html Css Color HEX #A31DAE Dark Orchid

📋 copy color: '#A31DAE'

red 163 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #A31DAE

Tints of Dark Orchid #A31DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 44.54%
G = 7.92%
B = 47.54%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A31DAE (or 0xA31DAE) is known color: Dark Orchid. HEX triplet: A3, 1D and AE. RGB value is (163,29,174). Sum of RGB (Red+Green+Blue) = 163+29+174=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #A31DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31DAE is #5CE251. Grayscale: #555555. Windows color (decimal): -6087250 or 11410851. OLE color: 11410851.

HSL color Cylindrical-coordinate representation of color #A31DAE: hue angle of 295.45º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31DAE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 29 174 -
CMYK 0.06 0.83 0 0.32
HSL 295.45º 0.71% 0.4% -
HSV(B) 295.45º 0.83% 0.68% -
XYZ 23.18 11.72 41.08 -
YUV 85.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 163 29 174 0.06 0.83 0 0.32 295.45 0.71 0.4
Hex A3 1D AE 6 53 0 20 127 47 28
Octal 243 35 256 6 123 0 40 447 107 50
Binary 10100011 11101 10101110 110 1010011 0 100000 100100111 1000111 101000

Color Harmonies of #A31DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DAE

Black with #A31DAE

Text Example


Text Example

White with #A31DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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