Html Css Color HEX #A510EC Dark Violet

📋 copy color: '#A510EC'

red 165 ◦ green 16 ◦ blue 236

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

Shades of Dark Violet #A510EC

Tints of Dark Violet #A510EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.84%

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

R = 39.57%
G = 3.84%
B = 56.59%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A510EC (or 0xA510EC) is known color: Dark Violet. HEX triplet: A5, 10 and EC. RGB value is (165,16,236). Sum of RGB (Red+Green+Blue) = 165+16+236=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #A510EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A510EC is #5AEF13. Grayscale: #545454. Windows color (decimal): -5959444 or 15470757. OLE color: 15470757.

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

Color convert

RGB 165 16 236 -
CMYK 0.30 0.93 0 0.07
HSL 280.64º 0.87% 0.49% -
HSV(B) 280.64º 0.93% 0.93% -
XYZ 30.84 14.43 80.52 -
YUV 85.63 212.86 184.61 -
System Red Green Blue C M Y K H S L
Decimal 165 16 236 0.30 0.93 0 0.07 280.64 0.87 0.49
Hex A5 10 EC 1E 5D 0 7 119 57 31
Octal 245 20 354 36 135 0 7 431 127 61
Binary 10100101 10000 11101100 11110 1011101 0 111 100011001 1010111 110001

Color Harmonies of #A510EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510EC

Black with #A510EC

Text Example


Text Example

White with #A510EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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