Html Css Color HEX #A616BA Dark Orchid

📋 copy color: '#A616BA'

red 166 ◦ green 22 ◦ blue 186

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

Shades of Dark Orchid #A616BA

Tints of Dark Orchid #A616BA

RGB

 RED value IS 166 (65.23% from 255) = 44.39%

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 44.39%
G = 5.88%
B = 49.73%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A616BA (or 0xA616BA) is known color: Dark Orchid. HEX triplet: A6, 16 and BA. RGB value is (166,22,186). Sum of RGB (Red+Green+Blue) = 166+22+186=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #A616BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616BA is #59E945. Grayscale: #535353. Windows color (decimal): -5892422 or 12195494. OLE color: 12195494.

HSL color Cylindrical-coordinate representation of color #A616BA: hue angle of 292.68º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A616BA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 22 186 -
CMYK 0.11 0.88 0 0.27
HSL 292.68º 0.79% 0.41% -
HSV(B) 292.68º 0.88% 0.73% -
XYZ 24.88 12.23 47.5 -
YUV 83.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 166 22 186 0.11 0.88 0 0.27 292.68 0.79 0.41
Hex A6 16 BA B 58 0 1B 125 4F 29
Octal 246 26 272 13 130 0 33 445 117 51
Binary 10100110 10110 10111010 1011 1011000 0 11011 100100101 1001111 101001

Color Harmonies of #A616BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616BA

Black with #A616BA

Text Example


Text Example

White with #A616BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616BA; }

 p { color: rgb(166,22,186); }

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

background-color css

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

 a { background-color: rgb(166,22,186); }

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

border-color css

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

 span { border-color: rgb(166,22,186); }

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