Html Css Color HEX #A50BDB Dark Violet

📋 copy color: '#A50BDB'

red 165 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #A50BDB

Tints of Dark Violet #A50BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.78%

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

R = 41.77%
G = 2.78%
B = 55.44%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A50BDB (or 0xA50BDB) is known color: Dark Violet. HEX triplet: A5, 0B and DB. RGB value is (165,11,219). Sum of RGB (Red+Green+Blue) = 165+11+219=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #A50BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BDB is #5AF424. Grayscale: #505050. Windows color (decimal): -5960741 or 14355365. OLE color: 14355365.

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

Color convert

RGB 165 11 219 -
CMYK 0.25 0.95 0 0.14
HSL 284.42º 0.9% 0.45% -
HSV(B) 284.42º 0.95% 0.86% -
XYZ 28.42 13.35 68.1 -
YUV 80.76 206.02 188.09 -
System Red Green Blue C M Y K H S L
Decimal 165 11 219 0.25 0.95 0 0.14 284.42 0.9 0.45
Hex A5 B DB 19 5F 0 E 11C 5A 2D
Octal 245 13 333 31 137 0 16 434 132 55
Binary 10100101 1011 11011011 11001 1011111 0 1110 100011100 1011010 101101

Color Harmonies of #A50BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BDB

Black with #A50BDB

Text Example


Text Example

White with #A50BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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