Html Css Color HEX #A007BF Dark Violet

📋 copy color: '#A007BF'

red 160 ◦ green 7 ◦ blue 191

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

Shades of Dark Violet #A007BF

Tints of Dark Violet #A007BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.35%

R = 44.69%
G = 1.96%
B = 53.35%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A007BF (or 0xA007BF) is known color: Dark Violet. HEX triplet: A0, 07 and BF. RGB value is (160,7,191). Sum of RGB (Red+Green+Blue) = 160+7+191=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #A007BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007BF is #5FF840. Grayscale: #494949. Windows color (decimal): -6289473 or 12519328. OLE color: 12519328.

HSL color Cylindrical-coordinate representation of color #A007BF: hue angle of 289.89º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007BF is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 7 191 -
CMYK 0.16 0.96 0 0.25
HSL 289.89º 0.93% 0.39% -
HSV(B) 289.89º 0.96% 0.75% -
XYZ 23.98 11.39 50.22 -
YUV 73.72 194.19 189.54 -
System Red Green Blue C M Y K H S L
Decimal 160 7 191 0.16 0.96 0 0.25 289.89 0.93 0.39
Hex A0 7 BF 10 60 0 19 122 5D 27
Octal 240 7 277 20 140 0 31 442 135 47
Binary 10100000 111 10111111 10000 1100000 0 11001 100100010 1011101 100111

Color Harmonies of #A007BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007BF

Black with #A007BF

Text Example


Text Example

White with #A007BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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