Html Css Color HEX #AC0DE5 Dark Violet

📋 copy color: '#AC0DE5'

red 172 ◦ green 13 ◦ blue 229

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

Shades of Dark Violet #AC0DE5

Tints of Dark Violet #AC0DE5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

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

R = 41.55%
G = 3.14%
B = 55.31%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC0DE5 (or 0xAC0DE5) is known color: Dark Violet. HEX triplet: AC, 0D and E5. RGB value is (172,13,229). Sum of RGB (Red+Green+Blue) = 172+13+229=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC0DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DE5 is #53F21A. Grayscale: #545454. Windows color (decimal): -5501467 or 15011244. OLE color: 15011244.

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

Color convert

RGB 172 13 229 -
CMYK 0.25 0.94 0 0.10
HSL 284.17º 0.89% 0.47% -
HSV(B) 284.17º 0.94% 0.9% -
XYZ 31.3 14.72 75.32 -
YUV 85.17 209.18 189.94 -
System Red Green Blue C M Y K H S L
Decimal 172 13 229 0.25 0.94 0 0.10 284.17 0.89 0.47
Hex AC D E5 19 5E 0 A 11C 59 2F
Octal 254 15 345 31 136 0 12 434 131 57
Binary 10101100 1101 11100101 11001 1011110 0 1010 100011100 1011001 101111

Color Harmonies of #AC0DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DE5

Black with #AC0DE5

Text Example


Text Example

White with #AC0DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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