Html Css Color HEX #A031AE Dark Orchid

📋 copy color: '#A031AE'

red 160 ◦ green 49 ◦ blue 174

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

Shades of Dark Orchid #A031AE

Tints of Dark Orchid #A031AE

RGB

 RED value IS 160 (62.89% from 255) = 41.78%

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

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

R = 41.78%
G = 12.79%
B = 45.43%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A031AE (or 0xA031AE) is known color: Dark Orchid. HEX triplet: A0, 31 and AE. RGB value is (160,49,174). Sum of RGB (Red+Green+Blue) = 160+49+174=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #A031AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A031AE is #5FCE51. Grayscale: #606060. Windows color (decimal): -6278738 or 11415968. OLE color: 11415968.

HSL color Cylindrical-coordinate representation of color #A031AE: hue angle of 293.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A031AE is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 49 174 -
CMYK 0.08 0.72 0 0.32
HSL 293.28º 0.56% 0.44% -
HSV(B) 293.28º 0.72% 0.68% -
XYZ 23.24 12.73 41.28 -
YUV 96.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 160 49 174 0.08 0.72 0 0.32 293.28 0.56 0.44
Hex A0 31 AE 8 48 0 20 125 38 2C
Octal 240 61 256 10 110 0 40 445 70 54
Binary 10100000 110001 10101110 1000 1001000 0 100000 100100101 111000 101100

Color Harmonies of #A031AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031AE

Black with #A031AE

Text Example


Text Example

White with #A031AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031AE; }

 p { color: rgb(160,49,174); }

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

background-color css

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

 a { background-color: rgb(160,49,174); }

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

border-color css

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

 span { border-color: rgb(160,49,174); }

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