Html Css Color HEX #A500BE Dark Violet

📋 copy color: '#A500BE'

red 165 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #A500BE

Tints of Dark Violet #A500BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 46.48%
G = 0%
B = 53.52%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A500BE (or 0xA500BE) is known color: Dark Violet. HEX triplet: A5, 00 and BE. RGB value is (165,0,190). Sum of RGB (Red+Green+Blue) = 165+0+190=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #A500BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500BE is #5AFF41. Grayscale: #464646. Windows color (decimal): -5963586 or 12452005. OLE color: 12452005.

HSL color Cylindrical-coordinate representation of color #A500BE: hue angle of 292.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500BE is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 0 190 -
CMYK 0.13 1 0 0.25
HSL 292.11º 1% 0.37% -
HSV(B) 292.11º 1% 0.75% -
XYZ 24.81 11.72 49.67 -
YUV 71 195.16 195.05 -
System Red Green Blue C M Y K H S L
Decimal 165 0 190 0.13 1 0 0.25 292.11 1 0.37
Hex A5 0 BE D 64 0 19 124 64 25
Octal 245 0 276 15 144 0 31 444 144 45
Binary 10100101 0 10111110 1101 1100100 0 11001 100100100 1100100 100101

Color Harmonies of #A500BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500BE

Black with #A500BE

Text Example


Text Example

White with #A500BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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