Html Css Color HEX #A016BE Dark Violet

📋 copy color: '#A016BE'

red 160 ◦ green 22 ◦ blue 190

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

Shades of Dark Violet #A016BE

Tints of Dark Violet #A016BE

RGB

 RED value IS 160 (62.89% from 255) = 43.01%

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

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

R = 43.01%
G = 5.91%
B = 51.08%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A016BE (or 0xA016BE) is known color: Dark Violet. HEX triplet: A0, 16 and BE. RGB value is (160,22,190). Sum of RGB (Red+Green+Blue) = 160+22+190=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #A016BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016BE is #5FE941. Grayscale: #515151. Windows color (decimal): -6285634 or 12457632. OLE color: 12457632.

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

Color convert

RGB 160 22 190 -
CMYK 0.16 0.88 0 0.25
HSL 289.29º 0.79% 0.42% -
HSV(B) 289.29º 0.88% 0.75% -
XYZ 24.08 11.77 49.72 -
YUV 82.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 160 22 190 0.16 0.88 0 0.25 289.29 0.79 0.42
Hex A0 16 BE 10 58 0 19 121 4F 2A
Octal 240 26 276 20 130 0 31 441 117 52
Binary 10100000 10110 10111110 10000 1011000 0 11001 100100001 1001111 101010

Color Harmonies of #A016BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016BE

Black with #A016BE

Text Example


Text Example

White with #A016BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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