Html Css Color HEX #A116B7 Dark Orchid

📋 copy color: '#A116B7'

red 161 ◦ green 22 ◦ blue 183

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

Shades of Dark Orchid #A116B7

Tints of Dark Orchid #A116B7

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.01%

 BLUE value IS 183 (71.88% from 255) = 50%

R = 43.99%
G = 6.01%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A116B7 (or 0xA116B7) is known color: Dark Orchid. HEX triplet: A1, 16 and B7. RGB value is (161,22,183). Sum of RGB (Red+Green+Blue) = 161+22+183=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #A116B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116B7 is #5EE948. Grayscale: #515151. Windows color (decimal): -6220105 or 11998881. OLE color: 11998881.

HSL color Cylindrical-coordinate representation of color #A116B7: hue angle of 291.8º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A116B7 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 22 183 -
CMYK 0.12 0.88 0 0.28
HSL 291.8º 0.79% 0.4% -
HSV(B) 291.8º 0.88% 0.72% -
XYZ 23.53 11.57 45.79 -
YUV 81.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 161 22 183 0.12 0.88 0 0.28 291.8 0.79 0.4
Hex A1 16 B7 C 58 0 1C 124 4F 28
Octal 241 26 267 14 130 0 34 444 117 50
Binary 10100001 10110 10110111 1100 1011000 0 11100 100100100 1001111 101000

Color Harmonies of #A116B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A116B7

Black with #A116B7

Text Example


Text Example

White with #A116B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A116B7; }

 p { color: rgb(161,22,183); }

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

background-color css

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

 a { background-color: rgb(161,22,183); }

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

border-color css

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

 span { border-color: rgb(161,22,183); }

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