Html Css Color HEX #AC48CE Medium Orchid

📋 copy color: '#AC48CE'

red 172 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #AC48CE

Tints of Medium Orchid #AC48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 38.22%
G = 16%
B = 45.78%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC48CE (or 0xAC48CE) is known color: Medium Orchid. HEX triplet: AC, 48 and CE. RGB value is (172,72,206). Sum of RGB (Red+Green+Blue) = 172+72+206=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48CE is #53B731. Grayscale: #747474. Windows color (decimal): -5486386 or 13519020. OLE color: 13519020.

HSL color Cylindrical-coordinate representation of color #AC48CE: hue angle of 284.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC48CE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 72 206 -
CMYK 0.17 0.65 0 0.19
HSL 284.78º 0.58% 0.55% -
HSV(B) 284.78º 0.65% 0.81% -
XYZ 30.47 17.86 60.23 -
YUV 117.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 172 72 206 0.17 0.65 0 0.19 284.78 0.58 0.55
Hex AC 48 CE 11 41 0 13 11D 3A 37
Octal 254 110 316 21 101 0 23 435 72 67
Binary 10101100 1001000 11001110 10001 1000001 0 10011 100011101 111010 110111

Color Harmonies of #AC48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48CE

Black with #AC48CE

Text Example


Text Example

White with #AC48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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