Html Css Color HEX #AB14CF Dark Violet

📋 copy color: '#AB14CF'

red 171 ◦ green 20 ◦ blue 207

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

Shades of Dark Violet #AB14CF

Tints of Dark Violet #AB14CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 42.96%
G = 5.03%
B = 52.01%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB14CF (or 0xAB14CF) is known color: Dark Violet. HEX triplet: AB, 14 and CF. RGB value is (171,20,207). Sum of RGB (Red+Green+Blue) = 171+20+207=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB14CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14CF is #54EB30. Grayscale: #555555. Windows color (decimal): -5565233 or 13571243. OLE color: 13571243.

HSL color Cylindrical-coordinate representation of color #AB14CF: hue angle of 288.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB14CF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 20 207 -
CMYK 0.17 0.90 0 0.19
HSL 288.45º 0.82% 0.45% -
HSV(B) 288.45º 0.9% 0.81% -
XYZ 28.31 13.66 60.18 -
YUV 86.47 196.03 188.29 -
System Red Green Blue C M Y K H S L
Decimal 171 20 207 0.17 0.90 0 0.19 288.45 0.82 0.45
Hex AB 14 CF 11 5A 0 13 120 52 2D
Octal 253 24 317 21 132 0 23 440 122 55
Binary 10101011 10100 11001111 10001 1011010 0 10011 100100000 1010010 101101

Color Harmonies of #AB14CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14CF

Black with #AB14CF

Text Example


Text Example

White with #AB14CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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