Html Css Color HEX #AC21AD Dark Orchid

📋 copy color: '#AC21AD'

red 172 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #AC21AD

Tints of Dark Orchid #AC21AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.73%

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

R = 45.5%
G = 8.73%
B = 45.77%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC21AD (or 0xAC21AD) is known color: Dark Orchid. HEX triplet: AC, 21 and AD. RGB value is (172,33,173). Sum of RGB (Red+Green+Blue) = 172+33+173=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC21AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21AD is #53DE52. Grayscale: #5A5A5A. Windows color (decimal): -5496403 or 11346348. OLE color: 11346348.

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

Color convert

RGB 172 33 173 -
CMYK 0.01 0.81 0 0.32
HSL 299.57º 0.68% 0.4% -
HSV(B) 299.57º 0.81% 0.68% -
XYZ 25.1 12.88 40.7 -
YUV 90.52 174.55 186.12 -
System Red Green Blue C M Y K H S L
Decimal 172 33 173 0.01 0.81 0 0.32 299.57 0.68 0.4
Hex AC 21 AD 1 51 0 20 12C 44 28
Octal 254 41 255 1 121 0 40 454 104 50
Binary 10101100 100001 10101101 1 1010001 0 100000 100101100 1000100 101000

Color Harmonies of #AC21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21AD

Black with #AC21AD

Text Example


Text Example

White with #AC21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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