Html Css Color HEX #AC48D5 Medium Orchid

📋 copy color: '#AC48D5'

red 172 ◦ green 72 ◦ blue 213

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

Shades of Medium Orchid #AC48D5

Tints of Medium Orchid #AC48D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 37.64%
G = 15.75%
B = 46.61%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC48D5 (or 0xAC48D5) is known color: Medium Orchid. HEX triplet: AC, 48 and D5. RGB value is (172,72,213). Sum of RGB (Red+Green+Blue) = 172+72+213=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC48D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48D5 is #53B72A. Grayscale: #757575. Windows color (decimal): -5486379 or 13977772. OLE color: 13977772.

HSL color Cylindrical-coordinate representation of color #AC48D5: hue angle of 282.55º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC48D5 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 72 213 -
CMYK 0.19 0.66 0 0.16
HSL 282.55º 0.63% 0.56% -
HSV(B) 282.55º 0.66% 0.84% -
XYZ 31.34 18.21 64.81 -
YUV 117.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 172 72 213 0.19 0.66 0 0.16 282.55 0.63 0.56
Hex AC 48 D5 13 42 0 10 11B 3F 38
Octal 254 110 325 23 102 0 20 433 77 70
Binary 10101100 1001000 11010101 10011 1000010 0 10000 100011011 111111 111000

Color Harmonies of #AC48D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48D5

Black with #AC48D5

Text Example


Text Example

White with #AC48D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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