Html Css Color HEX #AB13CF Dark Violet

📋 copy color: '#AB13CF'

red 171 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #AB13CF

Tints of Dark Violet #AB13CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.79%

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

R = 43.07%
G = 4.79%
B = 52.14%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB13CF (or 0xAB13CF) is known color: Dark Violet. HEX triplet: AB, 13 and CF. RGB value is (171,19,207). Sum of RGB (Red+Green+Blue) = 171+19+207=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB13CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13CF is #54EC30. Grayscale: #555555. Windows color (decimal): -5565489 or 13570987. OLE color: 13570987.

HSL color Cylindrical-coordinate representation of color #AB13CF: hue angle of 288.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB13CF is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 19 207 -
CMYK 0.17 0.91 0 0.19
HSL 288.51º 0.83% 0.44% -
HSV(B) 288.51º 0.91% 0.81% -
XYZ 28.29 13.63 60.17 -
YUV 85.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 171 19 207 0.17 0.91 0 0.19 288.51 0.83 0.44
Hex AB 13 CF 11 5B 0 13 121 53 2C
Octal 253 23 317 21 133 0 23 441 123 54
Binary 10101011 10011 11001111 10001 1011011 0 10011 100100001 1010011 101100

Color Harmonies of #AB13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13CF

Black with #AB13CF

Text Example


Text Example

White with #AB13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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