Html Css Color HEX #A510BC Dark Violet

📋 copy color: '#A510BC'

red 165 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #A510BC

Tints of Dark Violet #A510BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 44.72%
G = 4.34%
B = 50.95%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A510BC (or 0xA510BC) is known color: Dark Violet. HEX triplet: A5, 10 and BC. RGB value is (165,16,188). Sum of RGB (Red+Green+Blue) = 165+16+188=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #A510BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510BC is #5AEF43. Grayscale: #4F4F4F. Windows color (decimal): -5959492 or 12325029. OLE color: 12325029.

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

Color convert

RGB 165 16 188 -
CMYK 0.12 0.91 0 0.26
HSL 291.98º 0.84% 0.4% -
HSV(B) 291.98º 0.91% 0.74% -
XYZ 24.78 12 48.59 -
YUV 80.16 188.86 188.51 -
System Red Green Blue C M Y K H S L
Decimal 165 16 188 0.12 0.91 0 0.26 291.98 0.84 0.4
Hex A5 10 BC C 5B 0 1A 124 54 28
Octal 245 20 274 14 133 0 32 444 124 50
Binary 10100101 10000 10111100 1100 1011011 0 11010 100100100 1010100 101000

Color Harmonies of #A510BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510BC

Black with #A510BC

Text Example


Text Example

White with #A510BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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