Html Css Color HEX #AC48E9 Medium Orchid

📋 copy color: '#AC48E9'

red 172 ◦ green 72 ◦ blue 233

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

Shades of Medium Orchid #AC48E9

Tints of Medium Orchid #AC48E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.85%

R = 36.06%
G = 15.09%
B = 48.85%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC48E9 (or 0xAC48E9) is known color: Medium Orchid. HEX triplet: AC, 48 and E9. RGB value is (172,72,233). Sum of RGB (Red+Green+Blue) = 172+72+233=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC48E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC48E9 is #53B716. Grayscale: #777777. Windows color (decimal): -5486359 or 15288492. OLE color: 15288492.

HSL color Cylindrical-coordinate representation of color #AC48E9: hue angle of 277.27º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC48E9 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 72 233 -
CMYK 0.26 0.69 0 0.09
HSL 277.27º 0.79% 0.6% -
HSV(B) 277.27º 0.69% 0.91% -
XYZ 34.04 19.29 79.02 -
YUV 120.25 191.63 164.91 -
System Red Green Blue C M Y K H S L
Decimal 172 72 233 0.26 0.69 0 0.09 277.27 0.79 0.6
Hex AC 48 E9 1A 45 0 9 115 4F 3C
Octal 254 110 351 32 105 0 11 425 117 74
Binary 10101100 1001000 11101001 11010 1000101 0 1001 100010101 1001111 111100

Color Harmonies of #AC48E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48E9

Black with #AC48E9

Text Example


Text Example

White with #AC48E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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