Html Css Color HEX #AC1DD0 Dark Orchid

📋 copy color: '#AC1DD0'

red 172 ◦ green 29 ◦ blue 208

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

Shades of Dark Orchid #AC1DD0

Tints of Dark Orchid #AC1DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.86%

R = 42.05%
G = 7.09%
B = 50.86%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC1DD0 (or 0xAC1DD0) is known color: Dark Orchid. HEX triplet: AC, 1D and D0. RGB value is (172,29,208). Sum of RGB (Red+Green+Blue) = 172+29+208=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC1DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DD0 is #53E22F. Grayscale: #5B5B5B. Windows color (decimal): -5497392 or 13639084. OLE color: 13639084.

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

Color convert

RGB 172 29 208 -
CMYK 0.17 0.86 0 0.18
HSL 287.93º 0.76% 0.46% -
HSV(B) 287.93º 0.86% 0.82% -
XYZ 28.84 14.2 60.9 -
YUV 92.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 172 29 208 0.17 0.86 0 0.18 287.93 0.76 0.46
Hex AC 1D D0 11 56 0 12 120 4C 2E
Octal 254 35 320 21 126 0 22 440 114 56
Binary 10101100 11101 11010000 10001 1010110 0 10010 100100000 1001100 101110

Color Harmonies of #AC1DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DD0

Black with #AC1DD0

Text Example


Text Example

White with #AC1DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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