Html Css Color HEX #AC07CB Dark Violet

📋 copy color: '#AC07CB'

red 172 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #AC07CB

Tints of Dark Violet #AC07CB

RGB

 RED value IS 172 (67.58% from 255) = 45.03%

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 45.03%
G = 1.83%
B = 53.14%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC07CB (or 0xAC07CB) is known color: Dark Violet. HEX triplet: AC, 07 and CB. RGB value is (172,7,203). Sum of RGB (Red+Green+Blue) = 172+7+203=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC07CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07CB is #53F834. Grayscale: #4E4E4E. Windows color (decimal): -5503029 or 13305772. OLE color: 13305772.

HSL color Cylindrical-coordinate representation of color #AC07CB: hue angle of 290.51º 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 #AC07CB is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 7 203 -
CMYK 0.15 0.97 0 0.20
HSL 290.51º 0.93% 0.41% -
HSV(B) 290.51º 0.97% 0.8% -
XYZ 27.87 13.23 57.59 -
YUV 78.68 198.16 194.56 -
System Red Green Blue C M Y K H S L
Decimal 172 7 203 0.15 0.97 0 0.20 290.51 0.93 0.41
Hex AC 7 CB F 61 0 14 123 5D 29
Octal 254 7 313 17 141 0 24 443 135 51
Binary 10101100 111 11001011 1111 1100001 0 10100 100100011 1011101 101001

Color Harmonies of #AC07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07CB

Black with #AC07CB

Text Example


Text Example

White with #AC07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07CB; }

 p { color: rgb(172,7,203); }

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

background-color css

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

 a { background-color: rgb(172,7,203); }

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

border-color css

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

 span { border-color: rgb(172,7,203); }

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