Html Css Color HEX #A122BA Dark Orchid

📋 copy color: '#A122BA'

red 161 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #A122BA

Tints of Dark Orchid #A122BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 42.26%
G = 8.92%
B = 48.82%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A122BA (or 0xA122BA) is known color: Dark Orchid. HEX triplet: A1, 22 and BA. RGB value is (161,34,186). Sum of RGB (Red+Green+Blue) = 161+34+186=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #A122BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122BA is #5EDD45. Grayscale: #585858. Windows color (decimal): -6217030 or 12198561. OLE color: 12198561.

HSL color Cylindrical-coordinate representation of color #A122BA: hue angle of 290.13º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A122BA is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 34 186 -
CMYK 0.13 0.82 0 0.27
HSL 290.13º 0.69% 0.43% -
HSV(B) 290.13º 0.82% 0.73% -
XYZ 24.13 12.27 47.55 -
YUV 89.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 161 34 186 0.13 0.82 0 0.27 290.13 0.69 0.43
Hex A1 22 BA D 52 0 1B 122 45 2B
Octal 241 42 272 15 122 0 33 442 105 53
Binary 10100001 100010 10111010 1101 1010010 0 11011 100100010 1000101 101011

Color Harmonies of #A122BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A122BA

Black with #A122BA

Text Example


Text Example

White with #A122BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A122BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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