Html Css Color HEX #A822DD Dark Orchid

📋 copy color: '#A822DD'

red 168 ◦ green 34 ◦ blue 221

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

Shades of Dark Orchid #A822DD

Tints of Dark Orchid #A822DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 39.72%
G = 8.04%
B = 52.25%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A822DD (or 0xA822DD) is known color: Dark Orchid. HEX triplet: A8, 22 and DD. RGB value is (168,34,221). Sum of RGB (Red+Green+Blue) = 168+34+221=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #A822DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822DD is #57DD22. Grayscale: #5E5E5E. Windows color (decimal): -5758243 or 14492328. OLE color: 14492328.

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

Color convert

RGB 168 34 221 -
CMYK 0.24 0.85 0 0.13
HSL 282.99º 0.73% 0.5% -
HSV(B) 282.99º 0.85% 0.87% -
XYZ 29.77 14.69 69.67 -
YUV 95.38 198.89 179.79 -
System Red Green Blue C M Y K H S L
Decimal 168 34 221 0.24 0.85 0 0.13 282.99 0.73 0.5
Hex A8 22 DD 18 55 0 D 11B 49 32
Octal 250 42 335 30 125 0 15 433 111 62
Binary 10101000 100010 11011101 11000 1010101 0 1101 100011011 1001001 110010

Color Harmonies of #A822DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A822DD

Black with #A822DD

Text Example


Text Example

White with #A822DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A822DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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