Html Css Color HEX #A722AD Dark Orchid

📋 copy color: '#A722AD'

red 167 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #A722AD

Tints of Dark Orchid #A722AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.09%

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

R = 44.65%
G = 9.09%
B = 46.26%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A722AD (or 0xA722AD) is known color: Dark Orchid. HEX triplet: A7, 22 and AD. RGB value is (167,34,173). Sum of RGB (Red+Green+Blue) = 167+34+173=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #A722AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A722AD is #58DD52. Grayscale: #595959. Windows color (decimal): -5823827 or 11346599. OLE color: 11346599.

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

Color convert

RGB 167 34 173 -
CMYK 0.03 0.80 0 0.32
HSL 297.41º 0.67% 0.41% -
HSV(B) 297.41º 0.8% 0.68% -
XYZ 24.05 12.38 40.66 -
YUV 89.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 167 34 173 0.03 0.80 0 0.32 297.41 0.67 0.41
Hex A7 22 AD 3 50 0 20 129 43 29
Octal 247 42 255 3 120 0 40 451 103 51
Binary 10100111 100010 10101101 11 1010000 0 100000 100101001 1000011 101001

Color Harmonies of #A722AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A722AD

Black with #A722AD

Text Example


Text Example

White with #A722AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A722AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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