Html Css Color HEX #A00FBF Dark Violet

📋 copy color: '#A00FBF'

red 160 ◦ green 15 ◦ blue 191

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

Shades of Dark Violet #A00FBF

Tints of Dark Violet #A00FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.1%

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

R = 43.72%
G = 4.1%
B = 52.19%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A00FBF (or 0xA00FBF) is known color: Dark Violet. HEX triplet: A0, 0F and BF. RGB value is (160,15,191). Sum of RGB (Red+Green+Blue) = 160+15+191=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #A00FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FBF is #5FF040. Grayscale: #4D4D4D. Windows color (decimal): -6287425 or 12521376. OLE color: 12521376.

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

Color convert

RGB 160 15 191 -
CMYK 0.16 0.92 0 0.25
HSL 289.43º 0.85% 0.4% -
HSV(B) 289.43º 0.92% 0.75% -
XYZ 24.07 11.58 50.26 -
YUV 78.42 191.54 186.19 -
System Red Green Blue C M Y K H S L
Decimal 160 15 191 0.16 0.92 0 0.25 289.43 0.85 0.4
Hex A0 F BF 10 5C 0 19 121 55 28
Octal 240 17 277 20 134 0 31 441 125 50
Binary 10100000 1111 10111111 10000 1011100 0 11001 100100001 1010101 101000

Color Harmonies of #A00FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FBF

Black with #A00FBF

Text Example


Text Example

White with #A00FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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