Html Css Color HEX #AC23BB Dark Orchid

📋 copy color: '#AC23BB'

red 172 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #AC23BB

Tints of Dark Orchid #AC23BB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.88%

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

R = 43.65%
G = 8.88%
B = 47.46%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC23BB (or 0xAC23BB) is known color: Dark Orchid. HEX triplet: AC, 23 and BB. RGB value is (172,35,187). Sum of RGB (Red+Green+Blue) = 172+35+187=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC23BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23BB is #53DC44. Grayscale: #5C5C5C. Windows color (decimal): -5495877 or 12264364. OLE color: 12264364.

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

Color convert

RGB 172 35 187 -
CMYK 0.08 0.81 0 0.27
HSL 294.08º 0.68% 0.44% -
HSV(B) 294.08º 0.81% 0.73% -
XYZ 26.58 13.56 48.23 -
YUV 93.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 172 35 187 0.08 0.81 0 0.27 294.08 0.68 0.44
Hex AC 23 BB 8 51 0 1B 126 44 2C
Octal 254 43 273 10 121 0 33 446 104 54
Binary 10101100 100011 10111011 1000 1010001 0 11011 100100110 1000100 101100

Color Harmonies of #AC23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23BB

Black with #AC23BB

Text Example


Text Example

White with #AC23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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