Html Css Color HEX #A616BE Dark Orchid

📋 copy color: '#A616BE'

red 166 ◦ green 22 ◦ blue 190

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

Shades of Dark Orchid #A616BE

Tints of Dark Orchid #A616BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 43.92%
G = 5.82%
B = 50.26%

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

#A616BE (or 0xA616BE) is known color: Dark Orchid. HEX triplet: A6, 16 and BE. RGB value is (166,22,190). Sum of RGB (Red+Green+Blue) = 166+22+190=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #A616BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616BE is #59E941. Grayscale: #535353. Windows color (decimal): -5892418 or 12457638. OLE color: 12457638.

HSL color Cylindrical-coordinate representation of color #A616BE: hue angle of 291.43º 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 #A616BE is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 22 190 -
CMYK 0.13 0.88 0 0.25
HSL 291.43º 0.79% 0.42% -
HSV(B) 291.43º 0.88% 0.75% -
XYZ 25.31 12.4 49.77 -
YUV 84.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 166 22 190 0.13 0.88 0 0.25 291.43 0.79 0.42
Hex A6 16 BE D 58 0 19 123 4F 2A
Octal 246 26 276 15 130 0 31 443 117 52
Binary 10100110 10110 10111110 1101 1011000 0 11001 100100011 1001111 101010

Color Harmonies of #A616BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616BE

Black with #A616BE

Text Example


Text Example

White with #A616BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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