Html Css Color HEX #A516EC Dark Violet

📋 copy color: '#A516EC'

red 165 ◦ green 22 ◦ blue 236

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

Shades of Dark Violet #A516EC

Tints of Dark Violet #A516EC

RGB

 RED value IS 165 (64.84% from 255) = 39.01%

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

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 39.01%
G = 5.2%
B = 55.79%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A516EC (or 0xA516EC) is known color: Dark Violet. HEX triplet: A5, 16 and EC. RGB value is (165,22,236). Sum of RGB (Red+Green+Blue) = 165+22+236=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #A516EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A516EC is #5AE913. Grayscale: #585858. Windows color (decimal): -5957908 or 15472293. OLE color: 15472293.

HSL color Cylindrical-coordinate representation of color #A516EC: hue angle of 280.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A516EC is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 22 236 -
CMYK 0.30 0.91 0 0.07
HSL 280.09º 0.85% 0.51% -
HSV(B) 280.09º 0.91% 0.93% -
XYZ 30.94 14.63 80.55 -
YUV 89.15 210.88 182.1 -
System Red Green Blue C M Y K H S L
Decimal 165 22 236 0.30 0.91 0 0.07 280.09 0.85 0.51
Hex A5 16 EC 1E 5B 0 7 118 55 33
Octal 245 26 354 36 133 0 7 430 125 63
Binary 10100101 10110 11101100 11110 1011011 0 111 100011000 1010101 110011

Color Harmonies of #A516EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516EC

Black with #A516EC

Text Example


Text Example

White with #A516EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516EC; }

 p { color: rgb(165,22,236); }

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

background-color css

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

 a { background-color: rgb(165,22,236); }

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

border-color css

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

 span { border-color: rgb(165,22,236); }

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