Html Css Color HEX #A704DB Dark Violet

📋 copy color: '#A704DB'

red 167 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #A704DB

Tints of Dark Violet #A704DB

RGB

 RED value IS 167 (65.63% from 255) = 42.82%

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 42.82%
G = 1.03%
B = 56.15%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A704DB (or 0xA704DB) is known color: Dark Violet. HEX triplet: A7, 04 and DB. RGB value is (167,4,219). Sum of RGB (Red+Green+Blue) = 167+4+219=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #A704DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A704DB is #58FB24. Grayscale: #4C4C4C. Windows color (decimal): -5831461 or 14353575. OLE color: 14353575.

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

Color convert

RGB 167 4 219 -
CMYK 0.24 0.98 0 0.14
HSL 285.49º 0.96% 0.44% -
HSV(B) 285.49º 0.98% 0.86% -
XYZ 28.77 13.42 68.09 -
YUV 77.25 208 192.02 -
System Red Green Blue C M Y K H S L
Decimal 167 4 219 0.24 0.98 0 0.14 285.49 0.96 0.44
Hex A7 4 DB 18 62 0 E 11D 60 2C
Octal 247 4 333 30 142 0 16 435 140 54
Binary 10100111 100 11011011 11000 1100010 0 1110 100011101 1100000 101100

Color Harmonies of #A704DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A704DB

Black with #A704DB

Text Example


Text Example

White with #A704DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A704DB; }

 p { color: rgb(167,4,219); }

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

background-color css

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

 a { background-color: rgb(167,4,219); }

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

border-color css

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

 span { border-color: rgb(167,4,219); }

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