Html Css Color HEX #AB0ABC Dark Violet

📋 copy color: '#AB0ABC'

red 171 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #AB0ABC

Tints of Dark Violet #AB0ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.71%

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

R = 46.34%
G = 2.71%
B = 50.95%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB0ABC (or 0xAB0ABC) is known color: Dark Violet. HEX triplet: AB, 0A and BC. RGB value is (171,10,188). Sum of RGB (Red+Green+Blue) = 171+10+188=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB0ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ABC is #54F543. Grayscale: #4D4D4D. Windows color (decimal): -5567812 or 12323499. OLE color: 12323499.

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

Color convert

RGB 171 10 188 -
CMYK 0.09 0.95 0 0.26
HSL 294.27º 0.9% 0.39% -
HSV(B) 294.27º 0.95% 0.74% -
XYZ 25.98 12.51 48.62 -
YUV 78.43 189.84 194.03 -
System Red Green Blue C M Y K H S L
Decimal 171 10 188 0.09 0.95 0 0.26 294.27 0.9 0.39
Hex AB A BC 9 5F 0 1A 126 5A 27
Octal 253 12 274 11 137 0 32 446 132 47
Binary 10101011 1010 10111100 1001 1011111 0 11010 100100110 1011010 100111

Color Harmonies of #AB0ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0ABC

Black with #AB0ABC

Text Example


Text Example

White with #AB0ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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