Html Css Color HEX #AB0FBF Dark Violet

📋 copy color: '#AB0FBF'

red 171 ◦ green 15 ◦ blue 191

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

Shades of Dark Violet #AB0FBF

Tints of Dark Violet #AB0FBF

RGB

 RED value IS 171 (67.19% from 255) = 45.36%

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

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

R = 45.36%
G = 3.98%
B = 50.66%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB0FBF (or 0xAB0FBF) is known color: Dark Violet. HEX triplet: AB, 0F and BF. RGB value is (171,15,191). Sum of RGB (Red+Green+Blue) = 171+15+191=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB0FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FBF is #54F040. Grayscale: #515151. Windows color (decimal): -5566529 or 12521387. OLE color: 12521387.

HSL color Cylindrical-coordinate representation of color #AB0FBF: hue angle of 293.18º 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 #AB0FBF is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 15 191 -
CMYK 0.10 0.92 0 0.25
HSL 293.18º 0.85% 0.4% -
HSV(B) 293.18º 0.92% 0.75% -
XYZ 26.37 12.76 50.36 -
YUV 81.71 189.68 191.69 -
System Red Green Blue C M Y K H S L
Decimal 171 15 191 0.10 0.92 0 0.25 293.18 0.85 0.4
Hex AB F BF A 5C 0 19 125 55 28
Octal 253 17 277 12 134 0 31 445 125 50
Binary 10101011 1111 10111111 1010 1011100 0 11001 100100101 1010101 101000

Color Harmonies of #AB0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FBF

Black with #AB0FBF

Text Example


Text Example

White with #AB0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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