Html Css Color HEX #A720AC Dark Orchid

📋 copy color: '#A720AC'

red 167 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #A720AC

Tints of Dark Orchid #A720AC

RGB

 RED value IS 167 (65.63% from 255) = 45.01%

 GREEN value IS 32 (12.89% from 255) = 8.63%

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

R = 45.01%
G = 8.63%
B = 46.36%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A720AC (or 0xA720AC) is known color: Dark Orchid. HEX triplet: A7, 20 and AC. RGB value is (167,32,172). Sum of RGB (Red+Green+Blue) = 167+32+172=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A720AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A720AC is #58DF53. Grayscale: #575757. Windows color (decimal): -5824340 or 11280551. OLE color: 11280551.

HSL color Cylindrical-coordinate representation of color #A720AC: hue angle of 297.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A720AC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 32 172 -
CMYK 0.03 0.81 0 0.33
HSL 297.86º 0.69% 0.4% -
HSV(B) 297.86º 0.81% 0.67% -
XYZ 23.9 12.23 40.13 -
YUV 88.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 167 32 172 0.03 0.81 0 0.33 297.86 0.69 0.4
Hex A7 20 AC 3 51 0 21 12A 45 28
Octal 247 40 254 3 121 0 41 452 105 50
Binary 10100111 100000 10101100 11 1010001 0 100001 100101010 1000101 101000

Color Harmonies of #A720AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720AC

Black with #A720AC

Text Example


Text Example

White with #A720AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720AC; }

 p { color: rgb(167,32,172); }

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

background-color css

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

 a { background-color: rgb(167,32,172); }

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

border-color css

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

 span { border-color: rgb(167,32,172); }

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