Html Css Color HEX #AC2DAE Dark Orchid

📋 copy color: '#AC2DAE'

red 172 ◦ green 45 ◦ blue 174

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

Shades of Dark Orchid #AC2DAE

Tints of Dark Orchid #AC2DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 43.99%
G = 11.51%
B = 44.5%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC2DAE (or 0xAC2DAE) is known color: Dark Orchid. HEX triplet: AC, 2D and AE. RGB value is (172,45,174). Sum of RGB (Red+Green+Blue) = 172+45+174=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC2DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2DAE is #53D251. Grayscale: #616161. Windows color (decimal): -5493330 or 11414956. OLE color: 11414956.

HSL color Cylindrical-coordinate representation of color #AC2DAE: hue angle of 299.07º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2DAE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 45 174 -
CMYK 0.01 0.74 0 0.32
HSL 299.07º 0.59% 0.43% -
HSV(B) 299.07º 0.74% 0.68% -
XYZ 25.59 13.7 41.34 -
YUV 97.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 172 45 174 0.01 0.74 0 0.32 299.07 0.59 0.43
Hex AC 2D AE 1 4A 0 20 12B 3B 2B
Octal 254 55 256 1 112 0 40 453 73 53
Binary 10101100 101101 10101110 1 1001010 0 100000 100101011 111011 101011

Color Harmonies of #AC2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DAE

Black with #AC2DAE

Text Example


Text Example

White with #AC2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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