Html Css Color HEX #A722AF Dark Orchid

📋 copy color: '#A722AF'

red 167 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #A722AF

Tints of Dark Orchid #A722AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 44.41%
G = 9.04%
B = 46.54%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A722AF (or 0xA722AF) is known color: Dark Orchid. HEX triplet: A7, 22 and AF. RGB value is (167,34,175). Sum of RGB (Red+Green+Blue) = 167+34+175=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #A722AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A722AF is #58DD50. Grayscale: #595959. Windows color (decimal): -5823825 or 11477671. OLE color: 11477671.

HSL color Cylindrical-coordinate representation of color #A722AF: hue angle of 296.6º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A722AF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 34 175 -
CMYK 0.05 0.81 0 0.31
HSL 296.6º 0.67% 0.41% -
HSV(B) 296.6º 0.81% 0.69% -
XYZ 24.25 12.45 41.68 -
YUV 89.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 167 34 175 0.05 0.81 0 0.31 296.6 0.67 0.41
Hex A7 22 AF 5 51 0 1F 129 43 29
Octal 247 42 257 5 121 0 37 451 103 51
Binary 10100111 100010 10101111 101 1010001 0 11111 100101001 1000011 101001

Color Harmonies of #A722AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A722AF

Black with #A722AF

Text Example


Text Example

White with #A722AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A722AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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