Html Css Color HEX #AB18D4 Dark Violet

📋 copy color: '#AB18D4'

red 171 ◦ green 24 ◦ blue 212

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

Shades of Dark Violet #AB18D4

Tints of Dark Violet #AB18D4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.9%

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

R = 42.01%
G = 5.9%
B = 52.09%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB18D4 (or 0xAB18D4) is known color: Dark Violet. HEX triplet: AB, 18 and D4. RGB value is (171,24,212). Sum of RGB (Red+Green+Blue) = 171+24+212=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB18D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18D4 is #54E72B. Grayscale: #585858. Windows color (decimal): -5564204 or 13899947. OLE color: 13899947.

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

Color convert

RGB 171 24 212 -
CMYK 0.19 0.89 0 0.17
HSL 286.91º 0.8% 0.46% -
HSV(B) 286.91º 0.89% 0.83% -
XYZ 29 14.06 63.47 -
YUV 89.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 171 24 212 0.19 0.89 0 0.17 286.91 0.8 0.46
Hex AB 18 D4 13 59 0 11 11F 50 2E
Octal 253 30 324 23 131 0 21 437 120 56
Binary 10101011 11000 11010100 10011 1011001 0 10001 100011111 1010000 101110

Color Harmonies of #AB18D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18D4

Black with #AB18D4

Text Example


Text Example

White with #AB18D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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