Html Css Color HEX #AC23AB Dark Orchid

📋 copy color: '#AC23AB'

red 172 ◦ green 35 ◦ blue 171

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

Shades of Dark Orchid #AC23AB

Tints of Dark Orchid #AC23AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 45.5%
G = 9.26%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC23AB (or 0xAC23AB) is known color: Dark Orchid. HEX triplet: AC, 23 and AB. RGB value is (172,35,171). Sum of RGB (Red+Green+Blue) = 172+35+171=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC23AB is #53DC54. Grayscale: #5B5B5B. Windows color (decimal): -5495893 or 11215788. OLE color: 11215788.

HSL color Cylindrical-coordinate representation of color #AC23AB: hue angle of 300.44º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC23AB is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 171 -
CMYK 0 0.80 0.01 0.33
HSL 300.44º 0.66% 0.41% -
HSV(B) 300.44º 0.8% 0.67% -
XYZ 24.96 12.91 39.7 -
YUV 91.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 172 35 171 0 0.80 0.01 0.33 300.44 0.66 0.41
Hex AC 23 AB 0 50 1 21 12C 42 29
Octal 254 43 253 0 120 1 41 454 102 51
Binary 10101100 100011 10101011 0 1010000 1 100001 100101100 1000010 101001

Color Harmonies of #AC23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23AB

Black with #AC23AB

Text Example


Text Example

White with #AC23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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