Html Css Color HEX #AC55F3 Medium Orchid

📋 copy color: '#AC55F3'

red 172 ◦ green 85 ◦ blue 243

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

Shades of Medium Orchid #AC55F3

Tints of Medium Orchid #AC55F3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17%

 BLUE value IS 243 (95.31% from 255) = 48.6%

R = 34.4%
G = 17%
B = 48.6%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC55F3 (or 0xAC55F3) is known color: Medium Orchid. HEX triplet: AC, 55 and F3. RGB value is (172,85,243). Sum of RGB (Red+Green+Blue) = 172+85+243=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC55F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55F3 is #53AA0C. Grayscale: #808080. Windows color (decimal): -5483021 or 15947180. OLE color: 15947180.

HSL color Cylindrical-coordinate representation of color #AC55F3: hue angle of 273.04º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC55F3 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 85 243 -
CMYK 0.29 0.65 0 0.05
HSL 273.04º 0.87% 0.64% -
HSV(B) 273.04º 0.65% 0.95% -
XYZ 36.44 21.74 87.07 -
YUV 129.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 172 85 243 0.29 0.65 0 0.05 273.04 0.87 0.64
Hex AC 55 F3 1D 41 0 5 111 57 40
Octal 254 125 363 35 101 0 5 421 127 100
Binary 10101100 1010101 11110011 11101 1000001 0 101 100010001 1010111 1000000

Color Harmonies of #AC55F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55F3

Black with #AC55F3

Text Example


Text Example

White with #AC55F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55F3; }

 p { color: rgb(172,85,243); }

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

background-color css

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

 a { background-color: rgb(172,85,243); }

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

border-color css

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

 span { border-color: rgb(172,85,243); }

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