Html Css Color HEX #AC1DDD Dark Orchid

📋 copy color: '#AC1DDD'

red 172 ◦ green 29 ◦ blue 221

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

Shades of Dark Orchid #AC1DDD

Tints of Dark Orchid #AC1DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 40.76%
G = 6.87%
B = 52.37%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC1DDD (or 0xAC1DDD) is known color: Dark Orchid. HEX triplet: AC, 1D and DD. RGB value is (172,29,221). Sum of RGB (Red+Green+Blue) = 172+29+221=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC1DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DDD is #53E222. Grayscale: #5D5D5D. Windows color (decimal): -5497379 or 14491052. OLE color: 14491052.

HSL color Cylindrical-coordinate representation of color #AC1DDD: hue angle of 284.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1DDD is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 29 221 -
CMYK 0.22 0.87 0 0.13
HSL 284.69º 0.77% 0.49% -
HSV(B) 284.69º 0.87% 0.87% -
XYZ 30.5 14.87 69.67 -
YUV 93.65 199.88 183.89 -
System Red Green Blue C M Y K H S L
Decimal 172 29 221 0.22 0.87 0 0.13 284.69 0.77 0.49
Hex AC 1D DD 16 57 0 D 11D 4D 31
Octal 254 35 335 26 127 0 15 435 115 61
Binary 10101100 11101 11011101 10110 1010111 0 1101 100011101 1001101 110001

Color Harmonies of #AC1DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DDD

Black with #AC1DDD

Text Example


Text Example

White with #AC1DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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