Html Css Color HEX #A500B9 Dark Violet

📋 copy color: '#A500B9'

red 165 ◦ green 0 ◦ blue 185

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

Shades of Dark Violet #A500B9

Tints of Dark Violet #A500B9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 185 (72.66% from 255) = 52.86%

R = 47.14%
G = 0%
B = 52.86%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A500B9 (or 0xA500B9) is known color: Dark Violet. HEX triplet: A5, 00 and B9. RGB value is (165,0,185). Sum of RGB (Red+Green+Blue) = 165+0+185=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #A500B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500B9 is #5AFF46. Grayscale: #454545. Windows color (decimal): -5963591 or 12124325. OLE color: 12124325.

HSL color Cylindrical-coordinate representation of color #A500B9: hue angle of 293.51º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500B9 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 0 185 -
CMYK 0.11 1 0 0.27
HSL 293.51º 1% 0.36% -
HSV(B) 293.51º 1% 0.73% -
XYZ 24.27 11.5 46.84 -
YUV 70.43 192.66 195.46 -
System Red Green Blue C M Y K H S L
Decimal 165 0 185 0.11 1 0 0.27 293.51 1 0.36
Hex A5 0 B9 B 64 0 1B 126 64 24
Octal 245 0 271 13 144 0 33 446 144 44
Binary 10100101 0 10111001 1011 1100100 0 11011 100100110 1100100 100100

Color Harmonies of #A500B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500B9

Black with #A500B9

Text Example


Text Example

White with #A500B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500B9; }

 p { color: rgb(165,0,185); }

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

background-color css

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

 a { background-color: rgb(165,0,185); }

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

border-color css

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

 span { border-color: rgb(165,0,185); }

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