Html Css Color HEX #AC2EBF Dark Orchid

📋 copy color: '#AC2EBF'

red 172 ◦ green 46 ◦ blue 191

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

Shades of Dark Orchid #AC2EBF

Tints of Dark Orchid #AC2EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 42.05%
G = 11.25%
B = 46.7%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC2EBF (or 0xAC2EBF) is known color: Dark Orchid. HEX triplet: AC, 2E and BF. RGB value is (172,46,191). Sum of RGB (Red+Green+Blue) = 172+46+191=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC2EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EBF is #53D140. Grayscale: #636363. Windows color (decimal): -5493057 or 12529324. OLE color: 12529324.

HSL color Cylindrical-coordinate representation of color #AC2EBF: hue angle of 292.14º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2EBF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 46 191 -
CMYK 0.10 0.76 0 0.25
HSL 292.14º 0.61% 0.46% -
HSV(B) 292.14º 0.76% 0.75% -
XYZ 27.39 14.49 50.64 -
YUV 100.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 172 46 191 0.10 0.76 0 0.25 292.14 0.61 0.46
Hex AC 2E BF A 4C 0 19 124 3D 2E
Octal 254 56 277 12 114 0 31 444 75 56
Binary 10101100 101110 10111111 1010 1001100 0 11001 100100100 111101 101110

Color Harmonies of #AC2EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EBF

Black with #AC2EBF

Text Example


Text Example

White with #AC2EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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