Html Css Color HEX #AB07BF Dark Violet

📋 copy color: '#AB07BF'

red 171 ◦ green 7 ◦ blue 191

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

Shades of Dark Violet #AB07BF

Tints of Dark Violet #AB07BF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.9%

 BLUE value IS 191 (75% from 255) = 51.76%

R = 46.34%
G = 1.9%
B = 51.76%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB07BF (or 0xAB07BF) is known color: Dark Violet. HEX triplet: AB, 07 and BF. RGB value is (171,7,191). Sum of RGB (Red+Green+Blue) = 171+7+191=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB07BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07BF is #54F840. Grayscale: #4C4C4C. Windows color (decimal): -5568577 or 12519339. OLE color: 12519339.

HSL color Cylindrical-coordinate representation of color #AB07BF: hue angle of 293.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB07BF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 7 191 -
CMYK 0.10 0.96 0 0.25
HSL 293.48º 0.93% 0.39% -
HSV(B) 293.48º 0.96% 0.75% -
XYZ 26.27 12.57 50.33 -
YUV 77.01 192.33 195.04 -
System Red Green Blue C M Y K H S L
Decimal 171 7 191 0.10 0.96 0 0.25 293.48 0.93 0.39
Hex AB 7 BF A 60 0 19 125 5D 27
Octal 253 7 277 12 140 0 31 445 135 47
Binary 10101011 111 10111111 1010 1100000 0 11001 100100101 1011101 100111

Color Harmonies of #AB07BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07BF

Black with #AB07BF

Text Example


Text Example

White with #AB07BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07BF; }

 p { color: rgb(171,7,191); }

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

background-color css

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

 a { background-color: rgb(171,7,191); }

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

border-color css

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

 span { border-color: rgb(171,7,191); }

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