Html Css Color HEX #AC22AD Dark Orchid

📋 copy color: '#AC22AD'

red 172 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #AC22AD

Tints of Dark Orchid #AC22AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.97%

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

R = 45.38%
G = 8.97%
B = 45.65%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC22AD (or 0xAC22AD) is known color: Dark Orchid. HEX triplet: AC, 22 and AD. RGB value is (172,34,173). Sum of RGB (Red+Green+Blue) = 172+34+173=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC22AD is #53DD52. Grayscale: #5A5A5A. Windows color (decimal): -5496147 or 11346604. OLE color: 11346604.

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

Color convert

RGB 172 34 173 -
CMYK 0.01 0.80 0 0.32
HSL 299.57º 0.67% 0.41% -
HSV(B) 299.57º 0.8% 0.68% -
XYZ 25.13 12.93 40.71 -
YUV 91.11 174.22 185.7 -
System Red Green Blue C M Y K H S L
Decimal 172 34 173 0.01 0.80 0 0.32 299.57 0.67 0.41
Hex AC 22 AD 1 50 0 20 12C 43 29
Octal 254 42 255 1 120 0 40 454 103 51
Binary 10101100 100010 10101101 1 1010000 0 100000 100101100 1000011 101001

Color Harmonies of #AC22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22AD

Black with #AC22AD

Text Example


Text Example

White with #AC22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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