Html Css Color HEX #AC1ADC Dark Orchid

📋 copy color: '#AC1ADC'

red 172 ◦ green 26 ◦ blue 220

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

Shades of Dark Orchid #AC1ADC

Tints of Dark Orchid #AC1ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.22%

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 41.15%
G = 6.22%
B = 52.63%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC1ADC (or 0xAC1ADC) is known color: Dark Orchid. HEX triplet: AC, 1A and DC. RGB value is (172,26,220). Sum of RGB (Red+Green+Blue) = 172+26+220=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC1ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ADC is #53E523. Grayscale: #5B5B5B. Windows color (decimal): -5498148 or 14424748. OLE color: 14424748.

HSL color Cylindrical-coordinate representation of color #AC1ADC: hue angle of 285.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1ADC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 26 220 -
CMYK 0.22 0.88 0 0.14
HSL 285.15º 0.79% 0.48% -
HSV(B) 285.15º 0.88% 0.86% -
XYZ 30.3 14.68 68.95 -
YUV 91.77 200.37 185.23 -
System Red Green Blue C M Y K H S L
Decimal 172 26 220 0.22 0.88 0 0.14 285.15 0.79 0.48
Hex AC 1A DC 16 58 0 E 11D 4F 30
Octal 254 32 334 26 130 0 16 435 117 60
Binary 10101100 11010 11011100 10110 1011000 0 1110 100011101 1001111 110000

Color Harmonies of #AC1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1ADC

Black with #AC1ADC

Text Example


Text Example

White with #AC1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1ADC; }

 p { color: rgb(172,26,220); }

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

background-color css

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

 a { background-color: rgb(172,26,220); }

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

border-color css

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

 span { border-color: rgb(172,26,220); }

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