Html Css Color HEX #AB0EBC Dark Violet

📋 copy color: '#AB0EBC'

red 171 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #AB0EBC

Tints of Dark Violet #AB0EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.75%

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 45.84%
G = 3.75%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB0EBC (or 0xAB0EBC) is known color: Dark Violet. HEX triplet: AB, 0E and BC. RGB value is (171,14,188). Sum of RGB (Red+Green+Blue) = 171+14+188=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB0EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0EBC is #54F143. Grayscale: #505050. Windows color (decimal): -5566788 or 12324523. OLE color: 12324523.

HSL color Cylindrical-coordinate representation of color #AB0EBC: hue angle of 294.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0EBC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 14 188 -
CMYK 0.09 0.93 0 0.26
HSL 294.14º 0.86% 0.4% -
HSV(B) 294.14º 0.93% 0.74% -
XYZ 26.03 12.6 48.64 -
YUV 80.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 171 14 188 0.09 0.93 0 0.26 294.14 0.86 0.4
Hex AB E BC 9 5D 0 1A 126 56 28
Octal 253 16 274 11 135 0 32 446 126 50
Binary 10101011 1110 10111100 1001 1011101 0 11010 100100110 1010110 101000

Color Harmonies of #AB0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0EBC

Black with #AB0EBC

Text Example


Text Example

White with #AB0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0EBC; }

 p { color: rgb(171,14,188); }

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

background-color css

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

 a { background-color: rgb(171,14,188); }

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

border-color css

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

 span { border-color: rgb(171,14,188); }

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