Html Css Color HEX #AB07CC Dark Violet

📋 copy color: '#AB07CC'

red 171 ◦ green 7 ◦ blue 204

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

Shades of Dark Violet #AB07CC

Tints of Dark Violet #AB07CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 44.76%
G = 1.83%
B = 53.4%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB07CC (or 0xAB07CC) is known color: Dark Violet. HEX triplet: AB, 07 and CC. RGB value is (171,7,204). Sum of RGB (Red+Green+Blue) = 171+7+204=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB07CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07CC is #54F833. Grayscale: #4D4D4D. Windows color (decimal): -5568564 or 13371307. OLE color: 13371307.

HSL color Cylindrical-coordinate representation of color #AB07CC: hue angle of 289.95º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07CC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 7 204 -
CMYK 0.16 0.97 0 0.2
HSL 289.95º 0.93% 0.41% -
HSV(B) 289.95º 0.97% 0.8% -
XYZ 27.77 13.17 58.21 -
YUV 78.49 198.83 193.98 -
System Red Green Blue C M Y K H S L
Decimal 171 7 204 0.16 0.97 0 0.2 289.95 0.93 0.41
Hex AB 7 CC 10 61 0 14 122 5D 29
Octal 253 7 314 20 141 0 24 442 135 51
Binary 10101011 111 11001100 10000 1100001 0 10100 100100010 1011101 101001

Color Harmonies of #AB07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07CC

Black with #AB07CC

Text Example


Text Example

White with #AB07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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