Html Css Color HEX #A122DC Dark Orchid

📋 copy color: '#A122DC'

red 161 ◦ green 34 ◦ blue 220

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

Shades of Dark Orchid #A122DC

Tints of Dark Orchid #A122DC

RGB

 RED value IS 161 (63.28% from 255) = 38.8%

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

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

R = 38.8%
G = 8.19%
B = 53.01%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A122DC (or 0xA122DC) is known color: Dark Orchid. HEX triplet: A1, 22 and DC. RGB value is (161,34,220). Sum of RGB (Red+Green+Blue) = 161+34+220=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #A122DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122DC is #5EDD23. Grayscale: #5C5C5C. Windows color (decimal): -6216996 or 14426785. OLE color: 14426785.

HSL color Cylindrical-coordinate representation of color #A122DC: hue angle of 280.97º 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 #A122DC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 34 220 -
CMYK 0.27 0.85 0 0.14
HSL 280.97º 0.73% 0.5% -
HSV(B) 280.97º 0.85% 0.86% -
XYZ 28.19 13.89 68.91 -
YUV 93.18 199.58 176.38 -
System Red Green Blue C M Y K H S L
Decimal 161 34 220 0.27 0.85 0 0.14 280.97 0.73 0.5
Hex A1 22 DC 1B 55 0 E 119 49 32
Octal 241 42 334 33 125 0 16 431 111 62
Binary 10100001 100010 11011100 11011 1010101 0 1110 100011001 1001001 110010

Color Harmonies of #A122DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A122DC

Black with #A122DC

Text Example


Text Example

White with #A122DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A122DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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