Html Css Color HEX #AC30AD Dark Orchid

📋 copy color: '#AC30AD'

red 172 ◦ green 48 ◦ blue 173

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

Shades of Dark Orchid #AC30AD

Tints of Dark Orchid #AC30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.21%

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

R = 43.77%
G = 12.21%
B = 44.02%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC30AD (or 0xAC30AD) is known color: Dark Orchid. HEX triplet: AC, 30 and AD. RGB value is (172,48,173). Sum of RGB (Red+Green+Blue) = 172+48+173=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC30AD is #53CF52. Grayscale: #626262. Windows color (decimal): -5492563 or 11350188. OLE color: 11350188.

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

Color convert

RGB 172 48 173 -
CMYK 0.01 0.72 0 0.32
HSL 299.52º 0.57% 0.43% -
HSV(B) 299.52º 0.72% 0.68% -
XYZ 25.61 13.9 40.87 -
YUV 99.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 172 48 173 0.01 0.72 0 0.32 299.52 0.57 0.43
Hex AC 30 AD 1 48 0 20 12C 39 2B
Octal 254 60 255 1 110 0 40 454 71 53
Binary 10101100 110000 10101101 1 1001000 0 100000 100101100 111001 101011

Color Harmonies of #AC30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30AD

Black with #AC30AD

Text Example


Text Example

White with #AC30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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