Html Css Color HEX #AB14BF Dark Violet

📋 copy color: '#AB14BF'

red 171 ◦ green 20 ◦ blue 191

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

Shades of Dark Violet #AB14BF

Tints of Dark Violet #AB14BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

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

R = 44.76%
G = 5.24%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB14BF (or 0xAB14BF) is known color: Dark Violet. HEX triplet: AB, 14 and BF. RGB value is (171,20,191). Sum of RGB (Red+Green+Blue) = 171+20+191=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB14BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14BF is #54EB40. Grayscale: #545454. Windows color (decimal): -5565249 or 12522667. OLE color: 12522667.

HSL color Cylindrical-coordinate representation of color #AB14BF: hue angle of 292.98º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB14BF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 20 191 -
CMYK 0.10 0.90 0 0.25
HSL 292.98º 0.81% 0.41% -
HSV(B) 292.98º 0.9% 0.75% -
XYZ 26.45 12.92 50.39 -
YUV 84.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 171 20 191 0.10 0.90 0 0.25 292.98 0.81 0.41
Hex AB 14 BF A 5A 0 19 125 51 29
Octal 253 24 277 12 132 0 31 445 121 51
Binary 10101011 10100 10111111 1010 1011010 0 11001 100100101 1010001 101001

Color Harmonies of #AB14BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14BF

Black with #AB14BF

Text Example


Text Example

White with #AB14BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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