Html Css Color HEX #A500B8 Dark Violet

📋 copy color: '#A500B8'

red 165 ◦ green 0 ◦ blue 184

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

Shades of Dark Violet #A500B8

Tints of Dark Violet #A500B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.72%

R = 47.28%
G = 0%
B = 52.72%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A500B8 (or 0xA500B8) is known color: Dark Violet. HEX triplet: A5, 00 and B8. RGB value is (165,0,184). Sum of RGB (Red+Green+Blue) = 165+0+184=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #A500B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500B8 is #5AFF47. Grayscale: #454545. Windows color (decimal): -5963592 or 12058789. OLE color: 12058789.

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

Color convert

RGB 165 0 184 -
CMYK 0.10 1 0 0.28
HSL 293.8º 1% 0.36% -
HSV(B) 293.8º 1% 0.72% -
XYZ 24.17 11.46 46.29 -
YUV 70.31 192.16 195.54 -
System Red Green Blue C M Y K H S L
Decimal 165 0 184 0.10 1 0 0.28 293.8 1 0.36
Hex A5 0 B8 A 64 0 1C 126 64 24
Octal 245 0 270 12 144 0 34 446 144 44
Binary 10100101 0 10111000 1010 1100100 0 11100 100100110 1100100 100100

Color Harmonies of #A500B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500B8

Black with #A500B8

Text Example


Text Example

White with #A500B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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