Html Css Color HEX #AC48E6 Medium Orchid

📋 copy color: '#AC48E6'

red 172 ◦ green 72 ◦ blue 230

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

Shades of Medium Orchid #AC48E6

Tints of Medium Orchid #AC48E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.52%

R = 36.29%
G = 15.19%
B = 48.52%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC48E6 (or 0xAC48E6) is known color: Medium Orchid. HEX triplet: AC, 48 and E6. RGB value is (172,72,230). Sum of RGB (Red+Green+Blue) = 172+72+230=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC48E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC48E6 is #53B719. Grayscale: #777777. Windows color (decimal): -5486362 or 15091884. OLE color: 15091884.

HSL color Cylindrical-coordinate representation of color #AC48E6: hue angle of 277.97º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC48E6 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 72 230 -
CMYK 0.25 0.69 0 0.10
HSL 277.97º 0.76% 0.59% -
HSV(B) 277.97º 0.69% 0.9% -
XYZ 33.61 19.12 76.78 -
YUV 119.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 172 72 230 0.25 0.69 0 0.10 277.97 0.76 0.59
Hex AC 48 E6 19 45 0 A 116 4C 3B
Octal 254 110 346 31 105 0 12 426 114 73
Binary 10101100 1001000 11100110 11001 1000101 0 1010 100010110 1001100 111011

Color Harmonies of #AC48E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48E6

Black with #AC48E6

Text Example


Text Example

White with #AC48E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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