Html Css Color HEX #A616BF Dark Orchid

📋 copy color: '#A616BF'

red 166 ◦ green 22 ◦ blue 191

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

Shades of Dark Orchid #A616BF

Tints of Dark Orchid #A616BF

RGB

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

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

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

R = 43.8%
G = 5.8%
B = 50.4%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A616BF (or 0xA616BF) is known color: Dark Orchid. HEX triplet: A6, 16 and BF. RGB value is (166,22,191). Sum of RGB (Red+Green+Blue) = 166+22+191=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #A616BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616BF is #59E940. Grayscale: #535353. Windows color (decimal): -5892417 or 12523174. OLE color: 12523174.

HSL color Cylindrical-coordinate representation of color #A616BF: hue angle of 291.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A616BF is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 22 191 -
CMYK 0.13 0.88 0 0.25
HSL 291.12º 0.79% 0.42% -
HSV(B) 291.12º 0.88% 0.75% -
XYZ 25.42 12.44 50.35 -
YUV 84.32 188.21 186.26 -
System Red Green Blue C M Y K H S L
Decimal 166 22 191 0.13 0.88 0 0.25 291.12 0.79 0.42
Hex A6 16 BF D 58 0 19 123 4F 2A
Octal 246 26 277 15 130 0 31 443 117 52
Binary 10100110 10110 10111111 1101 1011000 0 11001 100100011 1001111 101010

Color Harmonies of #A616BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616BF

Black with #A616BF

Text Example


Text Example

White with #A616BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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