Html Css Color HEX #AC1DAD Dark Orchid

📋 copy color: '#AC1DAD'

red 172 ◦ green 29 ◦ blue 173

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

Shades of Dark Orchid #AC1DAD

Tints of Dark Orchid #AC1DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.75%

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 45.99%
G = 7.75%
B = 46.26%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC1DAD (or 0xAC1DAD) is known color: Dark Orchid. HEX triplet: AC, 1D and AD. RGB value is (172,29,173). Sum of RGB (Red+Green+Blue) = 172+29+173=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC1DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1DAD is #53E252. Grayscale: #575757. Windows color (decimal): -5497427 or 11345324. OLE color: 11345324.

HSL color Cylindrical-coordinate representation of color #AC1DAD: hue angle of 299.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1DAD is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 29 173 -
CMYK 0.01 0.83 0 0.32
HSL 299.58º 0.71% 0.4% -
HSV(B) 299.58º 0.83% 0.68% -
XYZ 25 12.67 40.66 -
YUV 88.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 172 29 173 0.01 0.83 0 0.32 299.58 0.71 0.4
Hex AC 1D AD 1 53 0 20 12C 47 28
Octal 254 35 255 1 123 0 40 454 107 50
Binary 10101100 11101 10101101 1 1010011 0 100000 100101100 1000111 101000

Color Harmonies of #AC1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DAD

Black with #AC1DAD

Text Example


Text Example

White with #AC1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DAD; }

 p { color: rgb(172,29,173); }

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

background-color css

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

 a { background-color: rgb(172,29,173); }

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

border-color css

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

 span { border-color: rgb(172,29,173); }

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