Html Css Color HEX #AB07BD Dark Violet

📋 copy color: '#AB07BD'

red 171 ◦ green 7 ◦ blue 189

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

Shades of Dark Violet #AB07BD

Tints of Dark Violet #AB07BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 46.59%
G = 1.91%
B = 51.5%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB07BD (or 0xAB07BD) is known color: Dark Violet. HEX triplet: AB, 07 and BD. RGB value is (171,7,189). Sum of RGB (Red+Green+Blue) = 171+7+189=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB07BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07BD is #54F842. Grayscale: #4C4C4C. Windows color (decimal): -5568579 or 12388267. OLE color: 12388267.

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

Color convert

RGB 171 7 189 -
CMYK 0.10 0.96 0 0.26
HSL 294.07º 0.93% 0.38% -
HSV(B) 294.07º 0.96% 0.74% -
XYZ 26.06 12.48 49.18 -
YUV 76.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 171 7 189 0.10 0.96 0 0.26 294.07 0.93 0.38
Hex AB 7 BD A 60 0 1A 126 5D 26
Octal 253 7 275 12 140 0 32 446 135 46
Binary 10101011 111 10111101 1010 1100000 0 11010 100100110 1011101 100110

Color Harmonies of #AB07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07BD

Black with #AB07BD

Text Example


Text Example

White with #AB07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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