Html Css Color HEX #AC2EAB Dark Orchid

📋 copy color: '#AC2EAB'

red 172 ◦ green 46 ◦ blue 171

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

Shades of Dark Orchid #AC2EAB

Tints of Dark Orchid #AC2EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 44.22%
G = 11.83%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC2EAB (or 0xAC2EAB) is known color: Dark Orchid. HEX triplet: AC, 2E and AB. RGB value is (172,46,171). Sum of RGB (Red+Green+Blue) = 172+46+171=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2EAB is #53D154. Grayscale: #616161. Windows color (decimal): -5493077 or 11218604. OLE color: 11218604.

HSL color Cylindrical-coordinate representation of color #AC2EAB: hue angle of 300.48º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2EAB is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 46 171 -
CMYK 0 0.73 0.01 0.33
HSL 300.48º 0.58% 0.43% -
HSV(B) 300.48º 0.73% 0.67% -
XYZ 25.34 13.66 39.83 -
YUV 97.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 172 46 171 0 0.73 0.01 0.33 300.48 0.58 0.43
Hex AC 2E AB 0 49 1 21 12C 3A 2B
Octal 254 56 253 0 111 1 41 454 72 53
Binary 10101100 101110 10101011 0 1001001 1 100001 100101100 111010 101011

Color Harmonies of #AC2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EAB

Black with #AC2EAB

Text Example


Text Example

White with #AC2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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