Html Css Color HEX #AC07E1 Dark Violet

📋 copy color: '#AC07E1'

red 172 ◦ green 7 ◦ blue 225

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

Shades of Dark Violet #AC07E1

Tints of Dark Violet #AC07E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.69%

R = 42.57%
G = 1.73%
B = 55.69%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC07E1 (or 0xAC07E1) is known color: Dark Violet. HEX triplet: AC, 07 and E1. RGB value is (172,7,225). Sum of RGB (Red+Green+Blue) = 172+7+225=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC07E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07E1 is #53F81E. Grayscale: #505050. Windows color (decimal): -5503007 or 14747564. OLE color: 14747564.

HSL color Cylindrical-coordinate representation of color #AC07E1: hue angle of 285.41º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC07E1 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 7 225 -
CMYK 0.24 0.97 0 0.12
HSL 285.41º 0.94% 0.45% -
HSV(B) 285.41º 0.97% 0.88% -
XYZ 30.68 14.36 72.39 -
YUV 81.19 209.16 192.77 -
System Red Green Blue C M Y K H S L
Decimal 172 7 225 0.24 0.97 0 0.12 285.41 0.94 0.45
Hex AC 7 E1 18 61 0 C 11D 5E 2D
Octal 254 7 341 30 141 0 14 435 136 55
Binary 10101100 111 11100001 11000 1100001 0 1100 100011101 1011110 101101

Color Harmonies of #AC07E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07E1

Black with #AC07E1

Text Example


Text Example

White with #AC07E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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