Html Css Color HEX #A31EAE Dark Orchid

📋 copy color: '#A31EAE'

red 163 ◦ green 30 ◦ blue 174

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

Shades of Dark Orchid #A31EAE

Tints of Dark Orchid #A31EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

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

R = 44.41%
G = 8.17%
B = 47.41%

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

#A31EAE (or 0xA31EAE) is known color: Dark Orchid. HEX triplet: A3, 1E and AE. RGB value is (163,30,174). Sum of RGB (Red+Green+Blue) = 163+30+174=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #A31EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EAE is #5CE151. Grayscale: #555555. Windows color (decimal): -6086994 or 11411107. OLE color: 11411107.

HSL color Cylindrical-coordinate representation of color #A31EAE: hue angle of 295.42º 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 #A31EAE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 30 174 -
CMYK 0.06 0.83 0 0.32
HSL 295.42º 0.71% 0.4% -
HSV(B) 295.42º 0.83% 0.68% -
XYZ 23.21 11.77 41.09 -
YUV 86.18 177.56 182.79 -
System Red Green Blue C M Y K H S L
Decimal 163 30 174 0.06 0.83 0 0.32 295.42 0.71 0.4
Hex A3 1E AE 6 53 0 20 127 47 28
Octal 243 36 256 6 123 0 40 447 107 50
Binary 10100011 11110 10101110 110 1010011 0 100000 100100111 1000111 101000

Color Harmonies of #A31EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EAE

Black with #A31EAE

Text Example


Text Example

White with #A31EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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