Html Css Color HEX #A031AC Dark Orchid

📋 copy color: '#A031AC'

red 160 ◦ green 49 ◦ blue 172

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

Shades of Dark Orchid #A031AC

Tints of Dark Orchid #A031AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 41.99%
G = 12.86%
B = 45.14%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A031AC (or 0xA031AC) is known color: Dark Orchid. HEX triplet: A0, 31 and AC. RGB value is (160,49,172). Sum of RGB (Red+Green+Blue) = 160+49+172=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #A031AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A031AC is #5FCE53. Grayscale: #5F5F5F. Windows color (decimal): -6278740 or 11284896. OLE color: 11284896.

HSL color Cylindrical-coordinate representation of color #A031AC: hue angle of 294.15º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A031AC is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 49 172 -
CMYK 0.07 0.72 0 0.33
HSL 294.15º 0.56% 0.43% -
HSV(B) 294.15º 0.72% 0.67% -
XYZ 23.04 12.65 40.26 -
YUV 96.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 160 49 172 0.07 0.72 0 0.33 294.15 0.56 0.43
Hex A0 31 AC 7 48 0 21 126 38 2B
Octal 240 61 254 7 110 0 41 446 70 53
Binary 10100000 110001 10101100 111 1001000 0 100001 100100110 111000 101011

Color Harmonies of #A031AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031AC

Black with #A031AC

Text Example


Text Example

White with #A031AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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