Html Css Color HEX #AB18DA Dark Violet

📋 copy color: '#AB18DA'

red 171 ◦ green 24 ◦ blue 218

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

Shades of Dark Violet #AB18DA

Tints of Dark Violet #AB18DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 41.4%
G = 5.81%
B = 52.78%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB18DA (or 0xAB18DA) is known color: Dark Violet. HEX triplet: AB, 18 and DA. RGB value is (171,24,218). Sum of RGB (Red+Green+Blue) = 171+24+218=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB18DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18DA is #54E725. Grayscale: #595959. Windows color (decimal): -5564198 or 14293163. OLE color: 14293163.

HSL color Cylindrical-coordinate representation of color #AB18DA: hue angle of 285.46º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB18DA is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 24 218 -
CMYK 0.22 0.89 0 0.15
HSL 285.46º 0.8% 0.47% -
HSV(B) 285.46º 0.89% 0.85% -
XYZ 29.78 14.37 67.53 -
YUV 90.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 171 24 218 0.22 0.89 0 0.15 285.46 0.8 0.47
Hex AB 18 DA 16 59 0 F 11D 50 2F
Octal 253 30 332 26 131 0 17 435 120 57
Binary 10101011 11000 11011010 10110 1011001 0 1111 100011101 1010000 101111

Color Harmonies of #AB18DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18DA

Black with #AB18DA

Text Example


Text Example

White with #AB18DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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