Html Css Color HEX #A00FDB Dark Violet

📋 copy color: '#A00FDB'

red 160 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #A00FDB

Tints of Dark Violet #A00FDB

RGB

 RED value IS 160 (62.89% from 255) = 40.61%

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

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

R = 40.61%
G = 3.81%
B = 55.58%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A00FDB (or 0xA00FDB) is known color: Dark Violet. HEX triplet: A0, 0F and DB. RGB value is (160,15,219). Sum of RGB (Red+Green+Blue) = 160+15+219=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #A00FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FDB is #5FF024. Grayscale: #505050. Windows color (decimal): -6287397 or 14356384. OLE color: 14356384.

HSL color Cylindrical-coordinate representation of color #A00FDB: hue angle of 282.65º 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 #A00FDB is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 15 219 -
CMYK 0.27 0.93 0 0.14
HSL 282.65º 0.87% 0.46% -
HSV(B) 282.65º 0.93% 0.86% -
XYZ 27.45 12.93 68.07 -
YUV 81.61 205.54 183.91 -
System Red Green Blue C M Y K H S L
Decimal 160 15 219 0.27 0.93 0 0.14 282.65 0.87 0.46
Hex A0 F DB 1B 5D 0 E 11B 57 2E
Octal 240 17 333 33 135 0 16 433 127 56
Binary 10100000 1111 11011011 11011 1011101 0 1110 100011011 1010111 101110

Color Harmonies of #A00FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FDB

Black with #A00FDB

Text Example


Text Example

White with #A00FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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