Html Css Color HEX #A510BD Dark Violet

📋 copy color: '#A510BD'

red 165 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #A510BD

Tints of Dark Violet #A510BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 44.59%
G = 4.32%
B = 51.08%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A510BD (or 0xA510BD) is known color: Dark Violet. HEX triplet: A5, 10 and BD. RGB value is (165,16,189). Sum of RGB (Red+Green+Blue) = 165+16+189=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #A510BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510BD is #5AEF42. Grayscale: #4F4F4F. Windows color (decimal): -5959491 or 12390565. OLE color: 12390565.

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

Color convert

RGB 165 16 189 -
CMYK 0.13 0.92 0 0.26
HSL 291.68º 0.84% 0.4% -
HSV(B) 291.68º 0.92% 0.74% -
XYZ 24.89 12.04 49.16 -
YUV 80.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 165 16 189 0.13 0.92 0 0.26 291.68 0.84 0.4
Hex A5 10 BD D 5C 0 1A 124 54 28
Octal 245 20 275 15 134 0 32 444 124 50
Binary 10100101 10000 10111101 1101 1011100 0 11010 100100100 1010100 101000

Color Harmonies of #A510BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510BD

Black with #A510BD

Text Example


Text Example

White with #A510BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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