Html Css Color HEX #AC2ED1 Dark Orchid

📋 copy color: '#AC2ED1'

red 172 ◦ green 46 ◦ blue 209

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

Shades of Dark Orchid #AC2ED1

Tints of Dark Orchid #AC2ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.77%

 BLUE value IS 209 (82.03% from 255) = 48.95%

R = 40.28%
G = 10.77%
B = 48.95%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC2ED1 (or 0xAC2ED1) is known color: Dark Orchid. HEX triplet: AC, 2E and D1. RGB value is (172,46,209). Sum of RGB (Red+Green+Blue) = 172+46+209=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC2ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ED1 is #53D12E. Grayscale: #656565. Windows color (decimal): -5493039 or 13708972. OLE color: 13708972.

HSL color Cylindrical-coordinate representation of color #AC2ED1: hue angle of 286.38º 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 #AC2ED1 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 46 209 -
CMYK 0.18 0.78 0 0.18
HSL 286.38º 0.64% 0.5% -
HSV(B) 286.38º 0.78% 0.82% -
XYZ 29.5 15.33 61.73 -
YUV 102.26 188.24 177.75 -
System Red Green Blue C M Y K H S L
Decimal 172 46 209 0.18 0.78 0 0.18 286.38 0.64 0.5
Hex AC 2E D1 12 4E 0 12 11E 40 32
Octal 254 56 321 22 116 0 22 436 100 62
Binary 10101100 101110 11010001 10010 1001110 0 10010 100011110 1000000 110010

Color Harmonies of #AC2ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2ED1

Black with #AC2ED1

Text Example


Text Example

White with #AC2ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2ED1; }

 p { color: rgb(172,46,209); }

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

background-color css

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

 a { background-color: rgb(172,46,209); }

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

border-color css

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

 span { border-color: rgb(172,46,209); }

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