Html Css Color HEX #A720AA Dark Orchid

📋 copy color: '#A720AA'

red 167 ◦ green 32 ◦ blue 170

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

Shades of Dark Orchid #A720AA

Tints of Dark Orchid #A720AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 45.26%
G = 8.67%
B = 46.07%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A720AA (or 0xA720AA) is known color: Dark Orchid. HEX triplet: A7, 20 and AA. RGB value is (167,32,170). Sum of RGB (Red+Green+Blue) = 167+32+170=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #A720AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A720AA is #58DF55. Grayscale: #575757. Windows color (decimal): -5824342 or 11149479. OLE color: 11149479.

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

Color convert

RGB 167 32 170 -
CMYK 0.02 0.81 0 0.33
HSL 298.7º 0.68% 0.4% -
HSV(B) 298.7º 0.81% 0.67% -
XYZ 23.71 12.15 39.13 -
YUV 88.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 167 32 170 0.02 0.81 0 0.33 298.7 0.68 0.4
Hex A7 20 AA 2 51 0 21 12B 44 28
Octal 247 40 252 2 121 0 41 453 104 50
Binary 10100111 100000 10101010 10 1010001 0 100001 100101011 1000100 101000

Color Harmonies of #A720AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720AA

Black with #A720AA

Text Example


Text Example

White with #A720AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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