Html Css Color HEX #A720AB Dark Orchid

📋 copy color: '#A720AB'

red 167 ◦ green 32 ◦ blue 171

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

Shades of Dark Orchid #A720AB

Tints of Dark Orchid #A720AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 45.14%
G = 8.65%
B = 46.22%

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

#A720AB (or 0xA720AB) is known color: Dark Orchid. HEX triplet: A7, 20 and AB. RGB value is (167,32,171). Sum of RGB (Red+Green+Blue) = 167+32+171=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #A720AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A720AB is #58DF54. Grayscale: #575757. Windows color (decimal): -5824341 or 11215015. OLE color: 11215015.

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

Color convert

RGB 167 32 171 -
CMYK 0.02 0.81 0 0.33
HSL 298.27º 0.68% 0.4% -
HSV(B) 298.27º 0.81% 0.67% -
XYZ 23.8 12.19 39.63 -
YUV 88.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 167 32 171 0.02 0.81 0 0.33 298.27 0.68 0.4
Hex A7 20 AB 2 51 0 21 12A 44 28
Octal 247 40 253 2 121 0 41 452 104 50
Binary 10100111 100000 10101011 10 1010001 0 100001 100101010 1000100 101000

Color Harmonies of #A720AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720AB

Black with #A720AB

Text Example


Text Example

White with #A720AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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