Html Css Color HEX #AC2DC9 Dark Orchid

📋 copy color: '#AC2DC9'

red 172 ◦ green 45 ◦ blue 201

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

Shades of Dark Orchid #AC2DC9

Tints of Dark Orchid #AC2DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.09%

R = 41.15%
G = 10.77%
B = 48.09%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC2DC9 (or 0xAC2DC9) is known color: Dark Orchid. HEX triplet: AC, 2D and C9. RGB value is (172,45,201). Sum of RGB (Red+Green+Blue) = 172+45+201=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC2DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DC9 is #53D236. Grayscale: #646464. Windows color (decimal): -5493303 or 13184428. OLE color: 13184428.

HSL color Cylindrical-coordinate representation of color #AC2DC9: hue angle of 288.85º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2DC9 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 45 201 -
CMYK 0.14 0.78 0 0.21
HSL 288.85º 0.63% 0.48% -
HSV(B) 288.85º 0.78% 0.79% -
XYZ 28.49 14.86 56.63 -
YUV 100.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 172 45 201 0.14 0.78 0 0.21 288.85 0.63 0.48
Hex AC 2D C9 E 4E 0 15 121 3F 30
Octal 254 55 311 16 116 0 25 441 77 60
Binary 10101100 101101 11001001 1110 1001110 0 10101 100100001 111111 110000

Color Harmonies of #AC2DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DC9

Black with #AC2DC9

Text Example


Text Example

White with #AC2DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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