Html Css Color HEX #A120AC Dark Orchid

📋 copy color: '#A120AC'

red 161 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #A120AC

Tints of Dark Orchid #A120AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 44.11%
G = 8.77%
B = 47.12%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A120AC (or 0xA120AC) is known color: Dark Orchid. HEX triplet: A1, 20 and AC. RGB value is (161,32,172). Sum of RGB (Red+Green+Blue) = 161+32+172=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #A120AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A120AC is #5EDF53. Grayscale: #565656. Windows color (decimal): -6217556 or 11280545. OLE color: 11280545.

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

Color convert

RGB 161 32 172 -
CMYK 0.06 0.81 0 0.33
HSL 295.29º 0.69% 0.4% -
HSV(B) 295.29º 0.81% 0.67% -
XYZ 22.66 11.59 40.07 -
YUV 86.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 161 32 172 0.06 0.81 0 0.33 295.29 0.69 0.4
Hex A1 20 AC 6 51 0 21 127 45 28
Octal 241 40 254 6 121 0 41 447 105 50
Binary 10100001 100000 10101100 110 1010001 0 100001 100100111 1000101 101000

Color Harmonies of #A120AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A120AC

Black with #A120AC

Text Example


Text Example

White with #A120AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A120AC; }

 p { color: rgb(161,32,172); }

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

background-color css

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

 a { background-color: rgb(161,32,172); }

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

border-color css

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

 span { border-color: rgb(161,32,172); }

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