Html Css Color HEX #A00FBA Dark Violet

📋 copy color: '#A00FBA'

red 160 ◦ green 15 ◦ blue 186

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

Shades of Dark Violet #A00FBA

Tints of Dark Violet #A00FBA

RGB

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

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

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

R = 44.32%
G = 4.16%
B = 51.52%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A00FBA (or 0xA00FBA) is known color: Dark Violet. HEX triplet: A0, 0F and BA. RGB value is (160,15,186). Sum of RGB (Red+Green+Blue) = 160+15+186=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #A00FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FBA is #5FF045. Grayscale: #4D4D4D. Windows color (decimal): -6287430 or 12193696. OLE color: 12193696.

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

Color convert

RGB 160 15 186 -
CMYK 0.14 0.92 0 0.27
HSL 290.88º 0.85% 0.39% -
HSV(B) 290.88º 0.92% 0.73% -
XYZ 23.53 11.36 47.41 -
YUV 77.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 160 15 186 0.14 0.92 0 0.27 290.88 0.85 0.39
Hex A0 F BA E 5C 0 1B 123 55 27
Octal 240 17 272 16 134 0 33 443 125 47
Binary 10100000 1111 10111010 1110 1011100 0 11011 100100011 1010101 100111

Color Harmonies of #A00FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FBA

Black with #A00FBA

Text Example


Text Example

White with #A00FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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