Html Css Color HEX #A721AC Dark Orchid

📋 copy color: '#A721AC'

red 167 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #A721AC

Tints of Dark Orchid #A721AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

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

R = 44.89%
G = 8.87%
B = 46.24%

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

#A721AC (or 0xA721AC) is known color: Dark Orchid. HEX triplet: A7, 21 and AC. RGB value is (167,33,172). Sum of RGB (Red+Green+Blue) = 167+33+172=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #A721AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A721AC is #58DE53. Grayscale: #585858. Windows color (decimal): -5824084 or 11280807. OLE color: 11280807.

HSL color Cylindrical-coordinate representation of color #A721AC: hue angle of 297.84º degrees, saturation: 0.68, 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 #A721AC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 33 172 -
CMYK 0.03 0.81 0 0.33
HSL 297.84º 0.68% 0.4% -
HSV(B) 297.84º 0.81% 0.67% -
XYZ 23.93 12.28 40.14 -
YUV 88.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 167 33 172 0.03 0.81 0 0.33 297.84 0.68 0.4
Hex A7 21 AC 3 51 0 21 12A 44 28
Octal 247 41 254 3 121 0 41 452 104 50
Binary 10100111 100001 10101100 11 1010001 0 100001 100101010 1000100 101000

Color Harmonies of #A721AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721AC

Black with #A721AC

Text Example


Text Example

White with #A721AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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