Html Css Color HEX #AC24AD Dark Orchid

📋 copy color: '#AC24AD'

red 172 ◦ green 36 ◦ blue 173

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

Shades of Dark Orchid #AC24AD

Tints of Dark Orchid #AC24AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.45%

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 45.14%
G = 9.45%
B = 45.41%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC24AD (or 0xAC24AD) is known color: Dark Orchid. HEX triplet: AC, 24 and AD. RGB value is (172,36,173). Sum of RGB (Red+Green+Blue) = 172+36+173=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC24AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC24AD is #53DB52. Grayscale: #5B5B5B. Windows color (decimal): -5495635 or 11347116. OLE color: 11347116.

HSL color Cylindrical-coordinate representation of color #AC24AD: hue angle of 299.56º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC24AD is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 36 173 -
CMYK 0.01 0.79 0 0.32
HSL 299.56º 0.66% 0.41% -
HSV(B) 299.56º 0.79% 0.68% -
XYZ 25.19 13.05 40.73 -
YUV 92.28 173.56 184.86 -
System Red Green Blue C M Y K H S L
Decimal 172 36 173 0.01 0.79 0 0.32 299.56 0.66 0.41
Hex AC 24 AD 1 4F 0 20 12C 42 29
Octal 254 44 255 1 117 0 40 454 102 51
Binary 10101100 100100 10101101 1 1001111 0 100000 100101100 1000010 101001

Color Harmonies of #AC24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24AD

Black with #AC24AD

Text Example


Text Example

White with #AC24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24AD; }

 p { color: rgb(172,36,173); }

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

background-color css

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

 a { background-color: rgb(172,36,173); }

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

border-color css

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

 span { border-color: rgb(172,36,173); }

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