Html Css Color HEX #AC08E5 Dark Violet

📋 copy color: '#AC08E5'

red 172 ◦ green 8 ◦ blue 229

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

Shades of Dark Violet #AC08E5

Tints of Dark Violet #AC08E5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

 BLUE value IS 229 (89.84% from 255) = 55.99%

R = 42.05%
G = 1.96%
B = 55.99%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC08E5 (or 0xAC08E5) is known color: Dark Violet. HEX triplet: AC, 08 and E5. RGB value is (172,8,229). Sum of RGB (Red+Green+Blue) = 172+8+229=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC08E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08E5 is #53F71A. Grayscale: #515151. Windows color (decimal): -5502747 or 15009964. OLE color: 15009964.

HSL color Cylindrical-coordinate representation of color #AC08E5: hue angle of 284.52º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC08E5 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 8 229 -
CMYK 0.25 0.97 0 0.10
HSL 284.52º 0.93% 0.46% -
HSV(B) 284.52º 0.97% 0.9% -
XYZ 31.24 14.6 75.3 -
YUV 82.23 210.83 192.03 -
System Red Green Blue C M Y K H S L
Decimal 172 8 229 0.25 0.97 0 0.10 284.52 0.93 0.46
Hex AC 8 E5 19 61 0 A 11D 5D 2E
Octal 254 10 345 31 141 0 12 435 135 56
Binary 10101100 1000 11100101 11001 1100001 0 1010 100011101 1011101 101110

Color Harmonies of #AC08E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08E5

Black with #AC08E5

Text Example


Text Example

White with #AC08E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08E5; }

 p { color: rgb(172,8,229); }

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

background-color css

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

 a { background-color: rgb(172,8,229); }

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

border-color css

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

 span { border-color: rgb(172,8,229); }

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