Html Css Color HEX #AB13D4 Dark Violet

📋 copy color: '#AB13D4'

red 171 ◦ green 19 ◦ blue 212

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

Shades of Dark Violet #AB13D4

Tints of Dark Violet #AB13D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.74%

R = 42.54%
G = 4.73%
B = 52.74%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB13D4 (or 0xAB13D4) is known color: Dark Violet. HEX triplet: AB, 13 and D4. RGB value is (171,19,212). Sum of RGB (Red+Green+Blue) = 171+19+212=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB13D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13D4 is #54EC2B. Grayscale: #555555. Windows color (decimal): -5565484 or 13898667. OLE color: 13898667.

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

Color convert

RGB 171 19 212 -
CMYK 0.19 0.91 0 0.17
HSL 287.25º 0.84% 0.45% -
HSV(B) 287.25º 0.91% 0.83% -
XYZ 28.91 13.88 63.44 -
YUV 86.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 171 19 212 0.19 0.91 0 0.17 287.25 0.84 0.45
Hex AB 13 D4 13 5B 0 11 11F 54 2D
Octal 253 23 324 23 133 0 21 437 124 55
Binary 10101011 10011 11010100 10011 1011011 0 10001 100011111 1010100 101101

Color Harmonies of #AB13D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13D4

Black with #AB13D4

Text Example


Text Example

White with #AB13D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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