Html Css Color HEX #A122AA Dark Orchid

📋 copy color: '#A122AA'

red 161 ◦ green 34 ◦ blue 170

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

Shades of Dark Orchid #A122AA

Tints of Dark Orchid #A122AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 44.11%
G = 9.32%
B = 46.58%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A122AA (or 0xA122AA) is known color: Dark Orchid. HEX triplet: A1, 22 and AA. RGB value is (161,34,170). Sum of RGB (Red+Green+Blue) = 161+34+170=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #A122AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A122AA is #5EDD55. Grayscale: #575757. Windows color (decimal): -6217046 or 11149985. OLE color: 11149985.

HSL color Cylindrical-coordinate representation of color #A122AA: hue angle of 296.03º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A122AA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 34 170 -
CMYK 0.05 0.80 0 0.33
HSL 296.03º 0.67% 0.4% -
HSV(B) 296.03º 0.8% 0.67% -
XYZ 22.53 11.62 39.09 -
YUV 87.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 161 34 170 0.05 0.80 0 0.33 296.03 0.67 0.4
Hex A1 22 AA 5 50 0 21 128 43 28
Octal 241 42 252 5 120 0 41 450 103 50
Binary 10100001 100010 10101010 101 1010000 0 100001 100101000 1000011 101000

Color Harmonies of #A122AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A122AA

Black with #A122AA

Text Example


Text Example

White with #A122AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A122AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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