Html Css Color HEX #A116B2 Dark Orchid

📋 copy color: '#A116B2'

red 161 ◦ green 22 ◦ blue 178

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

Shades of Dark Orchid #A116B2

Tints of Dark Orchid #A116B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.31%

R = 44.6%
G = 6.09%
B = 49.31%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A116B2 (or 0xA116B2) is known color: Dark Orchid. HEX triplet: A1, 16 and B2. RGB value is (161,22,178). Sum of RGB (Red+Green+Blue) = 161+22+178=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #A116B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A116B2 is #5EE94D. Grayscale: #505050. Windows color (decimal): -6220110 or 11671201. OLE color: 11671201.

HSL color Cylindrical-coordinate representation of color #A116B2: hue angle of 293.46º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A116B2 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 22 178 -
CMYK 0.10 0.88 0 0.30
HSL 293.46º 0.78% 0.39% -
HSV(B) 293.46º 0.88% 0.7% -
XYZ 23.02 11.37 43.1 -
YUV 81.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 161 22 178 0.10 0.88 0 0.30 293.46 0.78 0.39
Hex A1 16 B2 A 58 0 1E 125 4E 27
Octal 241 26 262 12 130 0 36 445 116 47
Binary 10100001 10110 10110010 1010 1011000 0 11110 100100101 1001110 100111

Color Harmonies of #A116B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A116B2

Black with #A116B2

Text Example


Text Example

White with #A116B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A116B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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