Html Css Color HEX #AB06BC Dark Violet

📋 copy color: '#AB06BC'

red 171 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #AB06BC

Tints of Dark Violet #AB06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.64%

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

R = 46.85%
G = 1.64%
B = 51.51%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB06BC (or 0xAB06BC) is known color: Dark Violet. HEX triplet: AB, 06 and BC. RGB value is (171,6,188). Sum of RGB (Red+Green+Blue) = 171+6+188=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB06BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06BC is #54F943. Grayscale: #4B4B4B. Windows color (decimal): -5568836 or 12322475. OLE color: 12322475.

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

Color convert

RGB 171 6 188 -
CMYK 0.09 0.97 0 0.26
HSL 294.4º 0.94% 0.38% -
HSV(B) 294.4º 0.97% 0.74% -
XYZ 25.94 12.42 48.61 -
YUV 76.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 171 6 188 0.09 0.97 0 0.26 294.4 0.94 0.38
Hex AB 6 BC 9 61 0 1A 126 5E 26
Octal 253 6 274 11 141 0 32 446 136 46
Binary 10101011 110 10111100 1001 1100001 0 11010 100100110 1011110 100110

Color Harmonies of #AB06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06BC

Black with #AB06BC

Text Example


Text Example

White with #AB06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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