Html Css Color HEX #A510BA Dark Violet

📋 copy color: '#A510BA'

red 165 ◦ green 16 ◦ blue 186

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

Shades of Dark Violet #A510BA

Tints of Dark Violet #A510BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 44.96%
G = 4.36%
B = 50.68%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A510BA (or 0xA510BA) is known color: Dark Violet. HEX triplet: A5, 10 and BA. RGB value is (165,16,186). Sum of RGB (Red+Green+Blue) = 165+16+186=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #A510BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510BA is #5AEF45. Grayscale: #4F4F4F. Windows color (decimal): -5959494 or 12193957. OLE color: 12193957.

HSL color Cylindrical-coordinate representation of color #A510BA: hue angle of 292.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A510BA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 16 186 -
CMYK 0.11 0.91 0 0.27
HSL 292.59º 0.84% 0.4% -
HSV(B) 292.59º 0.91% 0.73% -
XYZ 24.57 11.92 47.46 -
YUV 79.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 165 16 186 0.11 0.91 0 0.27 292.59 0.84 0.4
Hex A5 10 BA B 5B 0 1B 125 54 28
Octal 245 20 272 13 133 0 33 445 124 50
Binary 10100101 10000 10111010 1011 1011011 0 11011 100100101 1010100 101000

Color Harmonies of #A510BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510BA

Black with #A510BA

Text Example


Text Example

White with #A510BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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