Html Css Color HEX #AC18D7 Dark Violet

📋 copy color: '#AC18D7'

red 172 ◦ green 24 ◦ blue 215

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

Shades of Dark Violet #AC18D7

Tints of Dark Violet #AC18D7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.84%

 BLUE value IS 215 (84.38% from 255) = 52.31%

R = 41.85%
G = 5.84%
B = 52.31%

CMYK

 C value IS 0.2

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC18D7 (or 0xAC18D7) is known color: Dark Violet. HEX triplet: AC, 18 and D7. RGB value is (172,24,215). Sum of RGB (Red+Green+Blue) = 172+24+215=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC18D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18D7 is #53E728. Grayscale: #595959. Windows color (decimal): -5498665 or 14096556. OLE color: 14096556.

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

Color convert

RGB 172 24 215 -
CMYK 0.2 0.89 0 0.16
HSL 286.49º 0.8% 0.47% -
HSV(B) 286.49º 0.89% 0.84% -
XYZ 29.61 14.33 65.5 -
YUV 90.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 172 24 215 0.2 0.89 0 0.16 286.49 0.8 0.47
Hex AC 18 D7 14 59 0 10 11E 50 2F
Octal 254 30 327 24 131 0 20 436 120 57
Binary 10101100 11000 11010111 10100 1011001 0 10000 100011110 1010000 101111

Color Harmonies of #AC18D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18D7

Black with #AC18D7

Text Example


Text Example

White with #AC18D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18D7; }

 p { color: rgb(172,24,215); }

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

background-color css

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

 a { background-color: rgb(172,24,215); }

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

border-color css

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

 span { border-color: rgb(172,24,215); }

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