Html Css Color HEX #A721AD Dark Orchid

📋 copy color: '#A721AD'

red 167 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #A721AD

Tints of Dark Orchid #A721AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 44.77%
G = 8.85%
B = 46.38%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A721AD (or 0xA721AD) is known color: Dark Orchid. HEX triplet: A7, 21 and AD. RGB value is (167,33,173). Sum of RGB (Red+Green+Blue) = 167+33+173=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #A721AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A721AD is #58DE52. Grayscale: #585858. Windows color (decimal): -5824083 or 11346343. OLE color: 11346343.

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

Color convert

RGB 167 33 173 -
CMYK 0.03 0.81 0 0.32
HSL 297.43º 0.68% 0.4% -
HSV(B) 297.43º 0.81% 0.68% -
XYZ 24.02 12.32 40.65 -
YUV 89.03 175.39 183.62 -
System Red Green Blue C M Y K H S L
Decimal 167 33 173 0.03 0.81 0 0.32 297.43 0.68 0.4
Hex A7 21 AD 3 51 0 20 129 44 28
Octal 247 41 255 3 121 0 40 451 104 50
Binary 10100111 100001 10101101 11 1010001 0 100000 100101001 1000100 101000

Color Harmonies of #A721AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721AD

Black with #A721AD

Text Example


Text Example

White with #A721AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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