Html Css Color HEX #AC51D8 Medium Orchid

📋 copy color: '#AC51D8'

red 172 ◦ green 81 ◦ blue 216

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

Shades of Medium Orchid #AC51D8

Tints of Medium Orchid #AC51D8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

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

R = 36.67%
G = 17.27%
B = 46.06%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC51D8 (or 0xAC51D8) is known color: Medium Orchid. HEX triplet: AC, 51 and D8. RGB value is (172,81,216). Sum of RGB (Red+Green+Blue) = 172+81+216=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC51D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51D8 is #53AE27. Grayscale: #7B7B7B. Windows color (decimal): -5484072 or 14176684. OLE color: 14176684.

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

Color convert

RGB 172 81 216 -
CMYK 0.20 0.62 0 0.15
HSL 280.44º 0.63% 0.58% -
HSV(B) 280.44º 0.63% 0.85% -
XYZ 32.35 19.61 67.05 -
YUV 123.6 180.15 162.52 -
System Red Green Blue C M Y K H S L
Decimal 172 81 216 0.20 0.62 0 0.15 280.44 0.63 0.58
Hex AC 51 D8 14 3E 0 F 118 3F 3A
Octal 254 121 330 24 76 0 17 430 77 72
Binary 10101100 1010001 11011000 10100 111110 0 1111 100011000 111111 111010

Color Harmonies of #AC51D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51D8

Black with #AC51D8

Text Example


Text Example

White with #AC51D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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