Html Css Color HEX #AC4AD8 Medium Orchid

📋 copy color: '#AC4AD8'

red 172 ◦ green 74 ◦ blue 216

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

Shades of Medium Orchid #AC4AD8

Tints of Medium Orchid #AC4AD8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.02%

 BLUE value IS 216 (84.77% from 255) = 46.75%

R = 37.23%
G = 16.02%
B = 46.75%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC4AD8 (or 0xAC4AD8) is known color: Medium Orchid. HEX triplet: AC, 4A and D8. RGB value is (172,74,216). Sum of RGB (Red+Green+Blue) = 172+74+216=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC4AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4AD8 is #53B527. Grayscale: #777777. Windows color (decimal): -5485864 or 14174892. OLE color: 14174892.

HSL color Cylindrical-coordinate representation of color #AC4AD8: hue angle of 281.41º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4AD8 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 74 216 -
CMYK 0.20 0.66 0 0.15
HSL 281.41º 0.65% 0.57% -
HSV(B) 281.41º 0.66% 0.85% -
XYZ 31.86 18.63 66.88 -
YUV 119.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 172 74 216 0.20 0.66 0 0.15 281.41 0.65 0.57
Hex AC 4A D8 14 42 0 F 119 41 39
Octal 254 112 330 24 102 0 17 431 101 71
Binary 10101100 1001010 11011000 10100 1000010 0 1111 100011001 1000001 111001

Color Harmonies of #AC4AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4AD8

Black with #AC4AD8

Text Example


Text Example

White with #AC4AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4AD8; }

 p { color: rgb(172,74,216); }

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

background-color css

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

 a { background-color: rgb(172,74,216); }

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

border-color css

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

 span { border-color: rgb(172,74,216); }

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