Html Css Color HEX #AC48DF Medium Orchid

📋 copy color: '#AC48DF'

red 172 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #AC48DF

Tints of Medium Orchid #AC48DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.42%

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 36.83%
G = 15.42%
B = 47.75%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC48DF (or 0xAC48DF) is known color: Medium Orchid. HEX triplet: AC, 48 and DF. RGB value is (172,72,223). Sum of RGB (Red+Green+Blue) = 172+72+223=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48DF is #53B720. Grayscale: #767676. Windows color (decimal): -5486369 or 14633132. OLE color: 14633132.

HSL color Cylindrical-coordinate representation of color #AC48DF: hue angle of 279.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC48DF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 72 223 -
CMYK 0.23 0.68 0 0.13
HSL 279.74º 0.7% 0.58% -
HSV(B) 279.74º 0.68% 0.87% -
XYZ 32.65 18.73 71.71 -
YUV 119.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 172 72 223 0.23 0.68 0 0.13 279.74 0.7 0.58
Hex AC 48 DF 17 44 0 D 118 46 3A
Octal 254 110 337 27 104 0 15 430 106 72
Binary 10101100 1001000 11011111 10111 1000100 0 1101 100011000 1000110 111010

Color Harmonies of #AC48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48DF

Black with #AC48DF

Text Example


Text Example

White with #AC48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48DF; }

 p { color: rgb(172,72,223); }

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

background-color css

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

 a { background-color: rgb(172,72,223); }

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

border-color css

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

 span { border-color: rgb(172,72,223); }

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