Html Css Color HEX #A007DB Dark Violet

📋 copy color: '#A007DB'

red 160 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #A007DB

Tints of Dark Violet #A007DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.81%

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

R = 41.45%
G = 1.81%
B = 56.74%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A007DB (or 0xA007DB) is known color: Dark Violet. HEX triplet: A0, 07 and DB. RGB value is (160,7,219). Sum of RGB (Red+Green+Blue) = 160+7+219=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #A007DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007DB is #5FF824. Grayscale: #4C4C4C. Windows color (decimal): -6289445 or 14354336. OLE color: 14354336.

HSL color Cylindrical-coordinate representation of color #A007DB: hue angle of 283.3º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007DB is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 7 219 -
CMYK 0.27 0.97 0 0.14
HSL 283.3º 0.94% 0.44% -
HSV(B) 283.3º 0.97% 0.86% -
XYZ 27.36 12.74 68.03 -
YUV 76.92 208.19 187.26 -
System Red Green Blue C M Y K H S L
Decimal 160 7 219 0.27 0.97 0 0.14 283.3 0.94 0.44
Hex A0 7 DB 1B 61 0 E 11B 5E 2C
Octal 240 7 333 33 141 0 16 433 136 54
Binary 10100000 111 11011011 11011 1100001 0 1110 100011011 1011110 101100

Color Harmonies of #A007DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007DB

Black with #A007DB

Text Example


Text Example

White with #A007DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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