Html Css Color HEX #A031AD Dark Orchid

📋 copy color: '#A031AD'

red 160 ◦ green 49 ◦ blue 173

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

Shades of Dark Orchid #A031AD

Tints of Dark Orchid #A031AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 41.88%
G = 12.83%
B = 45.29%

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

#A031AD (or 0xA031AD) is known color: Dark Orchid. HEX triplet: A0, 31 and AD. RGB value is (160,49,173). Sum of RGB (Red+Green+Blue) = 160+49+173=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #A031AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A031AD is #5FCE52. Grayscale: #5F5F5F. Windows color (decimal): -6278739 or 11350432. OLE color: 11350432.

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

Color convert

RGB 160 49 173 -
CMYK 0.08 0.72 0 0.32
HSL 293.71º 0.56% 0.44% -
HSV(B) 293.71º 0.72% 0.68% -
XYZ 23.14 12.69 40.76 -
YUV 96.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 160 49 173 0.08 0.72 0 0.32 293.71 0.56 0.44
Hex A0 31 AD 8 48 0 20 126 38 2C
Octal 240 61 255 10 110 0 40 446 70 54
Binary 10100000 110001 10101101 1000 1001000 0 100000 100100110 111000 101100

Color Harmonies of #A031AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031AD

Black with #A031AD

Text Example


Text Example

White with #A031AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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