Html Css Color HEX #A500B7 Dark Violet

📋 copy color: '#A500B7'

red 165 ◦ green 0 ◦ blue 183

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

Shades of Dark Violet #A500B7

Tints of Dark Violet #A500B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.59%

R = 47.41%
G = 0%
B = 52.59%

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

#A500B7 (or 0xA500B7) is known color: Dark Violet. HEX triplet: A5, 00 and B7. RGB value is (165,0,183). Sum of RGB (Red+Green+Blue) = 165+0+183=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #A500B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500B7 is #5AFF48. Grayscale: #454545. Windows color (decimal): -5963593 or 11993253. OLE color: 11993253.

HSL color Cylindrical-coordinate representation of color #A500B7: hue angle of 294.1º 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 #A500B7 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 0 183 -
CMYK 0.10 1 0 0.28
HSL 294.1º 1% 0.36% -
HSV(B) 294.1º 1% 0.72% -
XYZ 24.06 11.42 45.74 -
YUV 70.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 165 0 183 0.10 1 0 0.28 294.1 1 0.36
Hex A5 0 B7 A 64 0 1C 126 64 24
Octal 245 0 267 12 144 0 34 446 144 44
Binary 10100101 0 10110111 1010 1100100 0 11100 100100110 1100100 100100

Color Harmonies of #A500B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500B7

Black with #A500B7

Text Example


Text Example

White with #A500B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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