Html Css Color HEX #A510CE Dark Violet

📋 copy color: '#A510CE'

red 165 ◦ green 16 ◦ blue 206

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

Shades of Dark Violet #A510CE

Tints of Dark Violet #A510CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 42.64%
G = 4.13%
B = 53.23%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A510CE (or 0xA510CE) is known color: Dark Violet. HEX triplet: A5, 10 and CE. RGB value is (165,16,206). Sum of RGB (Red+Green+Blue) = 165+16+206=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #A510CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510CE is #5AEF31. Grayscale: #515151. Windows color (decimal): -5959474 or 13504677. OLE color: 13504677.

HSL color Cylindrical-coordinate representation of color #A510CE: hue angle of 287.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A510CE is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 16 206 -
CMYK 0.20 0.92 0 0.19
HSL 287.05º 0.86% 0.44% -
HSV(B) 287.05º 0.92% 0.81% -
XYZ 26.84 12.83 59.45 -
YUV 82.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 165 16 206 0.20 0.92 0 0.19 287.05 0.86 0.44
Hex A5 10 CE 14 5C 0 13 11F 56 2C
Octal 245 20 316 24 134 0 23 437 126 54
Binary 10100101 10000 11001110 10100 1011100 0 10011 100011111 1010110 101100

Color Harmonies of #A510CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510CE

Black with #A510CE

Text Example


Text Example

White with #A510CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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