Html Css Color HEX #A007BA Dark Violet

📋 copy color: '#A007BA'

red 160 ◦ green 7 ◦ blue 186

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

Shades of Dark Violet #A007BA

Tints of Dark Violet #A007BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 45.33%
G = 1.98%
B = 52.69%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A007BA (or 0xA007BA) is known color: Dark Violet. HEX triplet: A0, 07 and BA. RGB value is (160,7,186). Sum of RGB (Red+Green+Blue) = 160+7+186=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #A007BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007BA is #5FF845. Grayscale: #484848. Windows color (decimal): -6289478 or 12191648. OLE color: 12191648.

HSL color Cylindrical-coordinate representation of color #A007BA: hue angle of 291.28º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007BA is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 7 186 -
CMYK 0.14 0.96 0 0.27
HSL 291.28º 0.93% 0.38% -
HSV(B) 291.28º 0.96% 0.73% -
XYZ 23.44 11.17 47.38 -
YUV 73.15 191.69 189.95 -
System Red Green Blue C M Y K H S L
Decimal 160 7 186 0.14 0.96 0 0.27 291.28 0.93 0.38
Hex A0 7 BA E 60 0 1B 123 5D 26
Octal 240 7 272 16 140 0 33 443 135 46
Binary 10100000 111 10111010 1110 1100000 0 11011 100100011 1011101 100110

Color Harmonies of #A007BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007BA

Black with #A007BA

Text Example


Text Example

White with #A007BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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