Html Css Color HEX #AC32BB Dark Orchid

📋 copy color: '#AC32BB'

red 172 ◦ green 50 ◦ blue 187

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

Shades of Dark Orchid #AC32BB

Tints of Dark Orchid #AC32BB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.22%

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 42.05%
G = 12.22%
B = 45.72%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC32BB (or 0xAC32BB) is known color: Dark Orchid. HEX triplet: AC, 32 and BB. RGB value is (172,50,187). Sum of RGB (Red+Green+Blue) = 172+50+187=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC32BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32BB is #53CD44. Grayscale: #656565. Windows color (decimal): -5492037 or 12268204. OLE color: 12268204.

HSL color Cylindrical-coordinate representation of color #AC32BB: hue angle of 293.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC32BB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 50 187 -
CMYK 0.08 0.73 0 0.27
HSL 293.43º 0.58% 0.46% -
HSV(B) 293.43º 0.73% 0.73% -
XYZ 27.12 14.64 48.41 -
YUV 102.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 172 50 187 0.08 0.73 0 0.27 293.43 0.58 0.46
Hex AC 32 BB 8 49 0 1B 125 3A 2E
Octal 254 62 273 10 111 0 33 445 72 56
Binary 10101100 110010 10111011 1000 1001001 0 11011 100100101 111010 101110

Color Harmonies of #AC32BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32BB

Black with #AC32BB

Text Example


Text Example

White with #AC32BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32BB; }

 p { color: rgb(172,50,187); }

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

background-color css

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

 a { background-color: rgb(172,50,187); }

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

border-color css

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

 span { border-color: rgb(172,50,187); }

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