Html Css Color HEX #AC2BBF Dark Orchid

📋 copy color: '#AC2BBF'

red 172 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #AC2BBF

Tints of Dark Orchid #AC2BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.59%

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

R = 42.36%
G = 10.59%
B = 47.04%

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

#AC2BBF (or 0xAC2BBF) is known color: Dark Orchid. HEX triplet: AC, 2B and BF. RGB value is (172,43,191). Sum of RGB (Red+Green+Blue) = 172+43+191=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BBF is #53D440. Grayscale: #616161. Windows color (decimal): -5493825 or 12528556. OLE color: 12528556.

HSL color Cylindrical-coordinate representation of color #AC2BBF: hue angle of 292.3º 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 #AC2BBF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 43 191 -
CMYK 0.10 0.77 0 0.25
HSL 292.3º 0.63% 0.46% -
HSV(B) 292.3º 0.77% 0.75% -
XYZ 27.28 14.26 50.6 -
YUV 98.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 172 43 191 0.10 0.77 0 0.25 292.3 0.63 0.46
Hex AC 2B BF A 4D 0 19 124 3F 2E
Octal 254 53 277 12 115 0 31 444 77 56
Binary 10101100 101011 10111111 1010 1001101 0 11001 100100100 111111 101110

Color Harmonies of #AC2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BBF

Black with #AC2BBF

Text Example


Text Example

White with #AC2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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