Html Css Color HEX #A510D7 Dark Violet

📋 copy color: '#A510D7'

red 165 ◦ green 16 ◦ blue 215

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

Shades of Dark Violet #A510D7

Tints of Dark Violet #A510D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.29%

R = 41.67%
G = 4.04%
B = 54.29%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A510D7 (or 0xA510D7) is known color: Dark Violet. HEX triplet: A5, 10 and D7. RGB value is (165,16,215). Sum of RGB (Red+Green+Blue) = 165+16+215=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #A510D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510D7 is #5AEF28. Grayscale: #525252. Windows color (decimal): -5959465 or 14094501. OLE color: 14094501.

HSL color Cylindrical-coordinate representation of color #A510D7: hue angle of 284.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A510D7 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 16 215 -
CMYK 0.23 0.93 0 0.16
HSL 284.92º 0.86% 0.45% -
HSV(B) 284.92º 0.93% 0.84% -
XYZ 27.97 13.28 65.38 -
YUV 83.24 202.36 186.32 -
System Red Green Blue C M Y K H S L
Decimal 165 16 215 0.23 0.93 0 0.16 284.92 0.86 0.45
Hex A5 10 D7 17 5D 0 10 11D 56 2D
Octal 245 20 327 27 135 0 20 435 126 55
Binary 10100101 10000 11010111 10111 1011101 0 10000 100011101 1010110 101101

Color Harmonies of #A510D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510D7

Black with #A510D7

Text Example


Text Example

White with #A510D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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