Html Css Color HEX #A510D3 Dark Violet

📋 copy color: '#A510D3'

red 165 ◦ green 16 ◦ blue 211

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

Shades of Dark Violet #A510D3

Tints of Dark Violet #A510D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 53.83%

R = 42.09%
G = 4.08%
B = 53.83%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A510D3 (or 0xA510D3) is known color: Dark Violet. HEX triplet: A5, 10 and D3. RGB value is (165,16,211). Sum of RGB (Red+Green+Blue) = 165+16+211=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #A510D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510D3 is #5AEF2C. Grayscale: #525252. Windows color (decimal): -5959469 or 13832357. OLE color: 13832357.

HSL color Cylindrical-coordinate representation of color #A510D3: hue angle of 285.85º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A510D3 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 16 211 -
CMYK 0.22 0.92 0 0.17
HSL 285.85º 0.86% 0.45% -
HSV(B) 285.85º 0.92% 0.83% -
XYZ 27.46 13.07 62.7 -
YUV 82.78 200.36 186.64 -
System Red Green Blue C M Y K H S L
Decimal 165 16 211 0.22 0.92 0 0.17 285.85 0.86 0.45
Hex A5 10 D3 16 5C 0 11 11E 56 2D
Octal 245 20 323 26 134 0 21 436 126 55
Binary 10100101 10000 11010011 10110 1011100 0 10001 100011110 1010110 101101

Color Harmonies of #A510D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510D3

Black with #A510D3

Text Example


Text Example

White with #A510D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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