Html Css Color HEX #A822DC Dark Orchid

📋 copy color: '#A822DC'

red 168 ◦ green 34 ◦ blue 220

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

Shades of Dark Orchid #A822DC

Tints of Dark Orchid #A822DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 39.81%
G = 8.06%
B = 52.13%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A822DC (or 0xA822DC) is known color: Dark Orchid. HEX triplet: A8, 22 and DC. RGB value is (168,34,220). Sum of RGB (Red+Green+Blue) = 168+34+220=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #A822DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822DC is #57DD23. Grayscale: #5E5E5E. Windows color (decimal): -5758244 or 14426792. OLE color: 14426792.

HSL color Cylindrical-coordinate representation of color #A822DC: hue angle of 283.23º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A822DC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 34 220 -
CMYK 0.24 0.85 0 0.14
HSL 283.23º 0.73% 0.5% -
HSV(B) 283.23º 0.85% 0.86% -
XYZ 29.64 14.64 68.97 -
YUV 95.27 198.39 179.88 -
System Red Green Blue C M Y K H S L
Decimal 168 34 220 0.24 0.85 0 0.14 283.23 0.73 0.5
Hex A8 22 DC 18 55 0 E 11B 49 32
Octal 250 42 334 30 125 0 16 433 111 62
Binary 10101000 100010 11011100 11000 1010101 0 1110 100011011 1001001 110010

Color Harmonies of #A822DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A822DC

Black with #A822DC

Text Example


Text Example

White with #A822DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A822DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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