Html Css Color HEX #A007DA Dark Violet

📋 copy color: '#A007DA'

red 160 ◦ green 7 ◦ blue 218

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

Shades of Dark Violet #A007DA

Tints of Dark Violet #A007DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 41.56%
G = 1.82%
B = 56.62%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A007DA (or 0xA007DA) is known color: Dark Violet. HEX triplet: A0, 07 and DA. RGB value is (160,7,218). Sum of RGB (Red+Green+Blue) = 160+7+218=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #A007DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007DA is #5FF825. Grayscale: #4C4C4C. Windows color (decimal): -6289446 or 14288800. OLE color: 14288800.

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

Color convert

RGB 160 7 218 -
CMYK 0.27 0.97 0 0.15
HSL 283.51º 0.94% 0.44% -
HSV(B) 283.51º 0.97% 0.85% -
XYZ 27.23 12.69 67.34 -
YUV 76.8 207.69 187.34 -
System Red Green Blue C M Y K H S L
Decimal 160 7 218 0.27 0.97 0 0.15 283.51 0.94 0.44
Hex A0 7 DA 1B 61 0 F 11C 5E 2C
Octal 240 7 332 33 141 0 17 434 136 54
Binary 10100000 111 11011010 11011 1100001 0 1111 100011100 1011110 101100

Color Harmonies of #A007DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007DA

Black with #A007DA

Text Example


Text Example

White with #A007DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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