Html Css Color HEX #AB13D0 Dark Violet

📋 copy color: '#AB13D0'

red 171 ◦ green 19 ◦ blue 208

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

Shades of Dark Violet #AB13D0

Tints of Dark Violet #AB13D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 42.96%
G = 4.77%
B = 52.26%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB13D0 (or 0xAB13D0) is known color: Dark Violet. HEX triplet: AB, 13 and D0. RGB value is (171,19,208). Sum of RGB (Red+Green+Blue) = 171+19+208=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB13D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13D0 is #54EC2F. Grayscale: #555555. Windows color (decimal): -5565488 or 13636523. OLE color: 13636523.

HSL color Cylindrical-coordinate representation of color #AB13D0: hue angle of 288.25º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB13D0 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 19 208 -
CMYK 0.18 0.91 0 0.18
HSL 288.25º 0.83% 0.45% -
HSV(B) 288.25º 0.91% 0.82% -
XYZ 28.41 13.68 60.82 -
YUV 85.99 196.86 188.63 -
System Red Green Blue C M Y K H S L
Decimal 171 19 208 0.18 0.91 0 0.18 288.25 0.83 0.45
Hex AB 13 D0 12 5B 0 12 120 53 2D
Octal 253 23 320 22 133 0 22 440 123 55
Binary 10101011 10011 11010000 10010 1011011 0 10010 100100000 1010011 101101

Color Harmonies of #AB13D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13D0

Black with #AB13D0

Text Example


Text Example

White with #AB13D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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