Html Css Color HEX #A50FDB Dark Violet

📋 copy color: '#A50FDB'

red 165 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #A50FDB

Tints of Dark Violet #A50FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.76%

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 41.35%
G = 3.76%
B = 54.89%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A50FDB (or 0xA50FDB) is known color: Dark Violet. HEX triplet: A5, 0F and DB. RGB value is (165,15,219). Sum of RGB (Red+Green+Blue) = 165+15+219=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #A50FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FDB is #5AF024. Grayscale: #525252. Windows color (decimal): -5959717 or 14356389. OLE color: 14356389.

HSL color Cylindrical-coordinate representation of color #A50FDB: hue angle of 284.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FDB is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 15 219 -
CMYK 0.25 0.93 0 0.14
HSL 284.12º 0.87% 0.46% -
HSV(B) 284.12º 0.93% 0.86% -
XYZ 28.47 13.46 68.11 -
YUV 83.11 204.7 186.41 -
System Red Green Blue C M Y K H S L
Decimal 165 15 219 0.25 0.93 0 0.14 284.12 0.87 0.46
Hex A5 F DB 19 5D 0 E 11C 57 2E
Octal 245 17 333 31 135 0 16 434 127 56
Binary 10100101 1111 11011011 11001 1011101 0 1110 100011100 1010111 101110

Color Harmonies of #A50FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FDB

Black with #A50FDB

Text Example


Text Example

White with #A50FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FDB; }

 p { color: rgb(165,15,219); }

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

background-color css

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

 a { background-color: rgb(165,15,219); }

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

border-color css

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

 span { border-color: rgb(165,15,219); }

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