Html Css Color HEX #AC55D0 Medium Orchid

📋 copy color: '#AC55D0'

red 172 ◦ green 85 ◦ blue 208

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

Shades of Medium Orchid #AC55D0

Tints of Medium Orchid #AC55D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 36.99%
G = 18.28%
B = 44.73%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC55D0 (or 0xAC55D0) is known color: Medium Orchid. HEX triplet: AC, 55 and D0. RGB value is (172,85,208). Sum of RGB (Red+Green+Blue) = 172+85+208=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC55D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55D0 is #53AA2F. Grayscale: #7C7C7C. Windows color (decimal): -5483056 or 13653420. OLE color: 13653420.

HSL color Cylindrical-coordinate representation of color #AC55D0: hue angle of 282.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC55D0 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 85 208 -
CMYK 0.17 0.59 0 0.18
HSL 282.44º 0.57% 0.57% -
HSV(B) 282.44º 0.59% 0.82% -
XYZ 31.65 19.82 61.83 -
YUV 125.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 172 85 208 0.17 0.59 0 0.18 282.44 0.57 0.57
Hex AC 55 D0 11 3B 0 12 11A 39 39
Octal 254 125 320 21 73 0 22 432 71 71
Binary 10101100 1010101 11010000 10001 111011 0 10010 100011010 111001 111001

Color Harmonies of #AC55D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55D0

Black with #AC55D0

Text Example


Text Example

White with #AC55D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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