Html Css Color HEX #AC1CCD Dark Orchid

📋 copy color: '#AC1CCD'

red 172 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #AC1CCD

Tints of Dark Orchid #AC1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

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

R = 42.47%
G = 6.91%
B = 50.62%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC1CCD (or 0xAC1CCD) is known color: Dark Orchid. HEX triplet: AC, 1C and CD. RGB value is (172,28,205). Sum of RGB (Red+Green+Blue) = 172+28+205=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CCD is #53E332. Grayscale: #5A5A5A. Windows color (decimal): -5497651 or 13442220. OLE color: 13442220.

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

Color convert

RGB 172 28 205 -
CMYK 0.16 0.86 0 0.20
HSL 288.81º 0.76% 0.46% -
HSV(B) 288.81º 0.86% 0.8% -
XYZ 28.45 14.01 58.96 -
YUV 91.23 192.21 185.61 -
System Red Green Blue C M Y K H S L
Decimal 172 28 205 0.16 0.86 0 0.20 288.81 0.76 0.46
Hex AC 1C CD 10 56 0 14 121 4C 2E
Octal 254 34 315 20 126 0 24 441 114 56
Binary 10101100 11100 11001101 10000 1010110 0 10100 100100001 1001100 101110

Color Harmonies of #AC1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CCD

Black with #AC1CCD

Text Example


Text Example

White with #AC1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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