Html Css Color HEX #AB11C8 Dark Violet

📋 copy color: '#AB11C8'

red 171 ◦ green 17 ◦ blue 200

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

Shades of Dark Violet #AB11C8

Tints of Dark Violet #AB11C8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.38%

 BLUE value IS 200 (78.52% from 255) = 51.55%

R = 44.07%
G = 4.38%
B = 51.55%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB11C8 (or 0xAB11C8) is known color: Dark Violet. HEX triplet: AB, 11 and C8. RGB value is (171,17,200). Sum of RGB (Red+Green+Blue) = 171+17+200=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB11C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11C8 is #54EE37. Grayscale: #535353. Windows color (decimal): -5566008 or 13111723. OLE color: 13111723.

HSL color Cylindrical-coordinate representation of color #AB11C8: hue angle of 290.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB11C8 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 17 200 -
CMYK 0.14 0.92 0 0.22
HSL 290.49º 0.84% 0.43% -
HSV(B) 290.49º 0.92% 0.78% -
XYZ 27.42 13.23 55.75 -
YUV 83.91 193.52 190.12 -
System Red Green Blue C M Y K H S L
Decimal 171 17 200 0.14 0.92 0 0.22 290.49 0.84 0.43
Hex AB 11 C8 E 5C 0 16 122 54 2B
Octal 253 21 310 16 134 0 26 442 124 53
Binary 10101011 10001 11001000 1110 1011100 0 10110 100100010 1010100 101011

Color Harmonies of #AB11C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11C8

Black with #AB11C8

Text Example


Text Example

White with #AB11C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11C8; }

 p { color: rgb(171,17,200); }

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

background-color css

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

 a { background-color: rgb(171,17,200); }

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

border-color css

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

 span { border-color: rgb(171,17,200); }

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