Html Css Color HEX #AB14BE Dark Violet

📋 copy color: '#AB14BE'

red 171 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #AB14BE

Tints of Dark Violet #AB14BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 44.88%
G = 5.25%
B = 49.87%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB14BE (or 0xAB14BE) is known color: Dark Violet. HEX triplet: AB, 14 and BE. RGB value is (171,20,190). Sum of RGB (Red+Green+Blue) = 171+20+190=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14BE is #54EB41. Grayscale: #545454. Windows color (decimal): -5565250 or 12457131. OLE color: 12457131.

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

Color convert

RGB 171 20 190 -
CMYK 0.10 0.89 0 0.25
HSL 293.29º 0.81% 0.41% -
HSV(B) 293.29º 0.89% 0.75% -
XYZ 26.34 12.88 49.81 -
YUV 84.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 171 20 190 0.10 0.89 0 0.25 293.29 0.81 0.41
Hex AB 14 BE A 59 0 19 125 51 29
Octal 253 24 276 12 131 0 31 445 121 51
Binary 10101011 10100 10111110 1010 1011001 0 11001 100100101 1010001 101001

Color Harmonies of #AB14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14BE

Black with #AB14BE

Text Example


Text Example

White with #AB14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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