Html Css Color HEX #AB14BC Dark Violet

📋 copy color: '#AB14BC'

red 171 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #AB14BC

Tints of Dark Violet #AB14BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 45.12%
G = 5.28%
B = 49.6%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB14BC (or 0xAB14BC) is known color: Dark Violet. HEX triplet: AB, 14 and BC. RGB value is (171,20,188). Sum of RGB (Red+Green+Blue) = 171+20+188=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14BC is #54EB43. Grayscale: #535353. Windows color (decimal): -5565252 or 12326059. OLE color: 12326059.

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

Color convert

RGB 171 20 188 -
CMYK 0.09 0.89 0 0.26
HSL 293.93º 0.81% 0.41% -
HSV(B) 293.93º 0.89% 0.74% -
XYZ 26.12 12.79 48.67 -
YUV 84.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 171 20 188 0.09 0.89 0 0.26 293.93 0.81 0.41
Hex AB 14 BC 9 59 0 1A 126 51 29
Octal 253 24 274 11 131 0 32 446 121 51
Binary 10101011 10100 10111100 1001 1011001 0 11010 100100110 1010001 101001

Color Harmonies of #AB14BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14BC

Black with #AB14BC

Text Example


Text Example

White with #AB14BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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