Html Css Color HEX #A510CC Dark Violet

📋 copy color: '#A510CC'

red 165 ◦ green 16 ◦ blue 204

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

Shades of Dark Violet #A510CC

Tints of Dark Violet #A510CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 42.86%
G = 4.16%
B = 52.99%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A510CC (or 0xA510CC) is known color: Dark Violet. HEX triplet: A5, 10 and CC. RGB value is (165,16,204). Sum of RGB (Red+Green+Blue) = 165+16+204=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #A510CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510CC is #5AEF33. Grayscale: #515151. Windows color (decimal): -5959476 or 13373605. OLE color: 13373605.

HSL color Cylindrical-coordinate representation of color #A510CC: hue angle of 287.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A510CC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 16 204 -
CMYK 0.19 0.92 0 0.2
HSL 287.55º 0.85% 0.43% -
HSV(B) 287.55º 0.92% 0.8% -
XYZ 26.6 12.73 58.18 -
YUV 81.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 165 16 204 0.19 0.92 0 0.2 287.55 0.85 0.43
Hex A5 10 CC 13 5C 0 14 120 55 2B
Octal 245 20 314 23 134 0 24 440 125 53
Binary 10100101 10000 11001100 10011 1011100 0 10100 100100000 1010101 101011

Color Harmonies of #A510CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510CC

Black with #A510CC

Text Example


Text Example

White with #A510CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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