Html Css Color HEX #AC2CBF Dark Orchid

📋 copy color: '#AC2CBF'

red 172 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #AC2CBF

Tints of Dark Orchid #AC2CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.81%

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

R = 42.26%
G = 10.81%
B = 46.93%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC2CBF (or 0xAC2CBF) is known color: Dark Orchid. HEX triplet: AC, 2C and BF. RGB value is (172,44,191). Sum of RGB (Red+Green+Blue) = 172+44+191=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC2CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CBF is #53D340. Grayscale: #626262. Windows color (decimal): -5493569 or 12528812. OLE color: 12528812.

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

Color convert

RGB 172 44 191 -
CMYK 0.10 0.77 0 0.25
HSL 292.24º 0.63% 0.46% -
HSV(B) 292.24º 0.77% 0.75% -
XYZ 27.32 14.33 50.62 -
YUV 99.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 172 44 191 0.10 0.77 0 0.25 292.24 0.63 0.46
Hex AC 2C BF A 4D 0 19 124 3F 2E
Octal 254 54 277 12 115 0 31 444 77 56
Binary 10101100 101100 10111111 1010 1001101 0 11001 100100100 111111 101110

Color Harmonies of #AC2CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CBF

Black with #AC2CBF

Text Example


Text Example

White with #AC2CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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