Html Css Color HEX #A122D0 Dark Orchid

📋 copy color: '#A122D0'

red 161 ◦ green 34 ◦ blue 208

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

Shades of Dark Orchid #A122D0

Tints of Dark Orchid #A122D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 39.95%
G = 8.44%
B = 51.61%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A122D0 (or 0xA122D0) is known color: Dark Orchid. HEX triplet: A1, 22 and D0. RGB value is (161,34,208). Sum of RGB (Red+Green+Blue) = 161+34+208=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #A122D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122D0 is #5EDD2F. Grayscale: #5B5B5B. Windows color (decimal): -6217008 or 13640353. OLE color: 13640353.

HSL color Cylindrical-coordinate representation of color #A122D0: hue angle of 283.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A122D0 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 34 208 -
CMYK 0.23 0.84 0 0.18
HSL 283.79º 0.72% 0.47% -
HSV(B) 283.79º 0.84% 0.82% -
XYZ 26.66 13.28 60.83 -
YUV 91.81 193.58 177.35 -
System Red Green Blue C M Y K H S L
Decimal 161 34 208 0.23 0.84 0 0.18 283.79 0.72 0.47
Hex A1 22 D0 17 54 0 12 11C 48 2F
Octal 241 42 320 27 124 0 22 434 110 57
Binary 10100001 100010 11010000 10111 1010100 0 10010 100011100 1001000 101111

Color Harmonies of #A122D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A122D0

Black with #A122D0

Text Example


Text Example

White with #A122D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A122D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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