Html Css Color HEX #A500B6 Dark Violet

📋 copy color: '#A500B6'

red 165 ◦ green 0 ◦ blue 182

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

Shades of Dark Violet #A500B6

Tints of Dark Violet #A500B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52.45%

R = 47.55%
G = 0%
B = 52.45%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A500B6 (or 0xA500B6) is known color: Dark Violet. HEX triplet: A5, 00 and B6. RGB value is (165,0,182). Sum of RGB (Red+Green+Blue) = 165+0+182=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #A500B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500B6 is #5AFF49. Grayscale: #454545. Windows color (decimal): -5963594 or 11927717. OLE color: 11927717.

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

Color convert

RGB 165 0 182 -
CMYK 0.09 1 0 0.29
HSL 294.4º 1% 0.36% -
HSV(B) 294.4º 1% 0.71% -
XYZ 23.96 11.38 45.19 -
YUV 70.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 165 0 182 0.09 1 0 0.29 294.4 1 0.36
Hex A5 0 B6 9 64 0 1D 126 64 24
Octal 245 0 266 11 144 0 35 446 144 44
Binary 10100101 0 10110110 1001 1100100 0 11101 100100110 1100100 100100

Color Harmonies of #A500B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500B6

Black with #A500B6

Text Example


Text Example

White with #A500B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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