Html Css Color HEX #A120BF Dark Orchid

📋 copy color: '#A120BF'

red 161 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #A120BF

Tints of Dark Orchid #A120BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.74%

R = 41.93%
G = 8.33%
B = 49.74%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A120BF (or 0xA120BF) is known color: Dark Orchid. HEX triplet: A1, 20 and BF. RGB value is (161,32,191). Sum of RGB (Red+Green+Blue) = 161+32+191=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #A120BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A120BF is #5EDF40. Grayscale: #585858. Windows color (decimal): -6217537 or 12525729. OLE color: 12525729.

HSL color Cylindrical-coordinate representation of color #A120BF: hue angle of 288.68º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A120BF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 32 191 -
CMYK 0.16 0.83 0 0.25
HSL 288.68º 0.71% 0.44% -
HSV(B) 288.68º 0.83% 0.75% -
XYZ 24.62 12.37 50.38 -
YUV 88.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 161 32 191 0.16 0.83 0 0.25 288.68 0.71 0.44
Hex A1 20 BF 10 53 0 19 121 47 2C
Octal 241 40 277 20 123 0 31 441 107 54
Binary 10100001 100000 10111111 10000 1010011 0 11001 100100001 1000111 101100

Color Harmonies of #A120BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A120BF

Black with #A120BF

Text Example


Text Example

White with #A120BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A120BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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