Html Css Color HEX #A707DB Dark Violet

📋 copy color: '#A707DB'

red 167 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #A707DB

Tints of Dark Violet #A707DB

RGB

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

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

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

R = 42.49%
G = 1.78%
B = 55.73%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A707DB (or 0xA707DB) is known color: Dark Violet. HEX triplet: A7, 07 and DB. RGB value is (167,7,219). Sum of RGB (Red+Green+Blue) = 167+7+219=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A707DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707DB is #58F824. Grayscale: #4E4E4E. Windows color (decimal): -5830693 or 14354343. OLE color: 14354343.

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

Color convert

RGB 167 7 219 -
CMYK 0.24 0.97 0 0.14
HSL 285.28º 0.94% 0.44% -
HSV(B) 285.28º 0.97% 0.86% -
XYZ 28.8 13.48 68.1 -
YUV 79.01 207.01 190.76 -
System Red Green Blue C M Y K H S L
Decimal 167 7 219 0.24 0.97 0 0.14 285.28 0.94 0.44
Hex A7 7 DB 18 61 0 E 11D 5E 2C
Octal 247 7 333 30 141 0 16 435 136 54
Binary 10100111 111 11011011 11000 1100001 0 1110 100011101 1011110 101100

Color Harmonies of #A707DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A707DB

Black with #A707DB

Text Example


Text Example

White with #A707DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A707DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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