Html Css Color HEX #A007DF Dark Violet

📋 copy color: '#A007DF'

red 160 ◦ green 7 ◦ blue 223

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

Shades of Dark Violet #A007DF

Tints of Dark Violet #A007DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 41.03%
G = 1.79%
B = 57.18%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A007DF (or 0xA007DF) is known color: Dark Violet. HEX triplet: A0, 07 and DF. RGB value is (160,7,223). Sum of RGB (Red+Green+Blue) = 160+7+223=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #A007DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007DF is #5FF820. Grayscale: #4C4C4C. Windows color (decimal): -6289441 or 14616480. OLE color: 14616480.

HSL color Cylindrical-coordinate representation of color #A007DF: hue angle of 282.5º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007DF is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 7 223 -
CMYK 0.28 0.97 0 0.13
HSL 282.5º 0.94% 0.45% -
HSV(B) 282.5º 0.97% 0.87% -
XYZ 27.89 12.95 70.84 -
YUV 77.37 210.19 186.94 -
System Red Green Blue C M Y K H S L
Decimal 160 7 223 0.28 0.97 0 0.13 282.5 0.94 0.45
Hex A0 7 DF 1C 61 0 D 11A 5E 2D
Octal 240 7 337 34 141 0 15 432 136 55
Binary 10100000 111 11011111 11100 1100001 0 1101 100011010 1011110 101101

Color Harmonies of #A007DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007DF

Black with #A007DF

Text Example


Text Example

White with #A007DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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