Html Css Color HEX #AC00CD Dark Violet

📋 copy color: '#AC00CD'

red 172 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #AC00CD

Tints of Dark Violet #AC00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 45.62%
G = 0%
B = 54.38%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC00CD (or 0xAC00CD) is known color: Dark Violet. HEX triplet: AC, 00 and CD. RGB value is (172,0,205). Sum of RGB (Red+Green+Blue) = 172+0+205=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC00CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00CD is #53FF32. Grayscale: #4A4A4A. Windows color (decimal): -5504819 or 13435052. OLE color: 13435052.

HSL color Cylindrical-coordinate representation of color #AC00CD: hue angle of 290.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00CD is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 0 205 -
CMYK 0.16 1 0 0.20
HSL 290.34º 1% 0.4% -
HSV(B) 290.34º 1% 0.8% -
XYZ 28.03 13.18 58.82 -
YUV 74.8 201.48 197.33 -
System Red Green Blue C M Y K H S L
Decimal 172 0 205 0.16 1 0 0.20 290.34 1 0.4
Hex AC 0 CD 10 64 0 14 122 64 28
Octal 254 0 315 20 144 0 24 442 144 50
Binary 10101100 0 11001101 10000 1100100 0 10100 100100010 1100100 101000

Color Harmonies of #AC00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00CD

Black with #AC00CD

Text Example


Text Example

White with #AC00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00CD; }

 p { color: rgb(172,0,205); }

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

background-color css

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

 a { background-color: rgb(172,0,205); }

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

border-color css

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

 span { border-color: rgb(172,0,205); }

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