Html Css Color HEX #A00FBB Dark Violet

📋 copy color: '#A00FBB'

red 160 ◦ green 15 ◦ blue 187

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

Shades of Dark Violet #A00FBB

Tints of Dark Violet #A00FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 44.2%
G = 4.14%
B = 51.66%

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

#A00FBB (or 0xA00FBB) is known color: Dark Violet. HEX triplet: A0, 0F and BB. RGB value is (160,15,187). Sum of RGB (Red+Green+Blue) = 160+15+187=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #A00FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FBB is #5FF044. Grayscale: #4D4D4D. Windows color (decimal): -6287429 or 12259232. OLE color: 12259232.

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

Color convert

RGB 160 15 187 -
CMYK 0.14 0.92 0 0.27
HSL 290.58º 0.85% 0.4% -
HSV(B) 290.58º 0.92% 0.73% -
XYZ 23.64 11.4 47.97 -
YUV 77.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 160 15 187 0.14 0.92 0 0.27 290.58 0.85 0.4
Hex A0 F BB E 5C 0 1B 123 55 28
Octal 240 17 273 16 134 0 33 443 125 50
Binary 10100000 1111 10111011 1110 1011100 0 11011 100100011 1010101 101000

Color Harmonies of #A00FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FBB

Black with #A00FBB

Text Example


Text Example

White with #A00FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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