Html Css Color HEX #AB07CE Dark Violet

📋 copy color: '#AB07CE'

red 171 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #AB07CE

Tints of Dark Violet #AB07CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 44.53%
G = 1.82%
B = 53.65%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB07CE (or 0xAB07CE) is known color: Dark Violet. HEX triplet: AB, 07 and CE. RGB value is (171,7,206). Sum of RGB (Red+Green+Blue) = 171+7+206=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB07CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07CE is #54F831. Grayscale: #4E4E4E. Windows color (decimal): -5568562 or 13502379. OLE color: 13502379.

HSL color Cylindrical-coordinate representation of color #AB07CE: hue angle of 289.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07CE is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 7 206 -
CMYK 0.17 0.97 0 0.19
HSL 289.45º 0.93% 0.42% -
HSV(B) 289.45º 0.97% 0.81% -
XYZ 28.01 13.27 59.48 -
YUV 78.72 199.83 193.82 -
System Red Green Blue C M Y K H S L
Decimal 171 7 206 0.17 0.97 0 0.19 289.45 0.93 0.42
Hex AB 7 CE 11 61 0 13 121 5D 2A
Octal 253 7 316 21 141 0 23 441 135 52
Binary 10101011 111 11001110 10001 1100001 0 10011 100100001 1011101 101010

Color Harmonies of #AB07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07CE

Black with #AB07CE

Text Example


Text Example

White with #AB07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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