Html Css Color HEX #AC2DD0 Dark Orchid

📋 copy color: '#AC2DD0'

red 172 ◦ green 45 ◦ blue 208

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

Shades of Dark Orchid #AC2DD0

Tints of Dark Orchid #AC2DD0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.59%

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

R = 40.47%
G = 10.59%
B = 48.94%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC2DD0 (or 0xAC2DD0) is known color: Dark Orchid. HEX triplet: AC, 2D and D0. RGB value is (172,45,208). Sum of RGB (Red+Green+Blue) = 172+45+208=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC2DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DD0 is #53D22F. Grayscale: #656565. Windows color (decimal): -5493296 or 13643180. OLE color: 13643180.

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

Color convert

RGB 172 45 208 -
CMYK 0.17 0.78 0 0.18
HSL 286.75º 0.64% 0.5% -
HSV(B) 286.75º 0.78% 0.82% -
XYZ 29.34 15.2 61.06 -
YUV 101.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 172 45 208 0.17 0.78 0 0.18 286.75 0.64 0.5
Hex AC 2D D0 11 4E 0 12 11F 40 32
Octal 254 55 320 21 116 0 22 437 100 62
Binary 10101100 101101 11010000 10001 1001110 0 10010 100011111 1000000 110010

Color Harmonies of #AC2DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DD0

Black with #AC2DD0

Text Example


Text Example

White with #AC2DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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