Html Css Color HEX #A822AD Dark Orchid

📋 copy color: '#A822AD'

red 168 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #A822AD

Tints of Dark Orchid #A822AD

RGB

 RED value IS 168 (66.02% from 255) = 44.8%

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

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

R = 44.8%
G = 9.07%
B = 46.13%

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

#A822AD (or 0xA822AD) is known color: Dark Orchid. HEX triplet: A8, 22 and AD. RGB value is (168,34,173). Sum of RGB (Red+Green+Blue) = 168+34+173=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #A822AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A822AD is #57DD52. Grayscale: #595959. Windows color (decimal): -5758291 or 11346600. OLE color: 11346600.

HSL color Cylindrical-coordinate representation of color #A822AD: hue angle of 297.84º 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 #A822AD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 34 173 -
CMYK 0.03 0.80 0 0.32
HSL 297.84º 0.67% 0.41% -
HSV(B) 297.84º 0.8% 0.68% -
XYZ 24.26 12.49 40.67 -
YUV 89.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 168 34 173 0.03 0.80 0 0.32 297.84 0.67 0.41
Hex A8 22 AD 3 50 0 20 12A 43 29
Octal 250 42 255 3 120 0 40 452 103 51
Binary 10101000 100010 10101101 11 1010000 0 100000 100101010 1000011 101001

Color Harmonies of #A822AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A822AD

Black with #A822AD

Text Example


Text Example

White with #A822AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A822AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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