Html Css Color HEX #AC5FDC Medium Orchid

📋 copy color: '#AC5FDC'

red 172 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #AC5FDC

Tints of Medium Orchid #AC5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 35.32%
G = 19.51%
B = 45.17%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC5FDC (or 0xAC5FDC) is known color: Medium Orchid. HEX triplet: AC, 5F and DC. RGB value is (172,95,220). Sum of RGB (Red+Green+Blue) = 172+95+220=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC5FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FDC is #53A023. Grayscale: #838383. Windows color (decimal): -5480484 or 14442412. OLE color: 14442412.

HSL color Cylindrical-coordinate representation of color #AC5FDC: hue angle of 276.96º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC5FDC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 95 220 -
CMYK 0.22 0.57 0 0.14
HSL 276.96º 0.64% 0.62% -
HSV(B) 276.96º 0.57% 0.86% -
XYZ 34.02 22.12 70.19 -
YUV 132.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 172 95 220 0.22 0.57 0 0.14 276.96 0.64 0.62
Hex AC 5F DC 16 39 0 E 115 40 3E
Octal 254 137 334 26 71 0 16 425 100 76
Binary 10101100 1011111 11011100 10110 111001 0 1110 100010101 1000000 111110

Color Harmonies of #AC5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5FDC

Black with #AC5FDC

Text Example


Text Example

White with #AC5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5FDC; }

 p { color: rgb(172,95,220); }

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

background-color css

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

 a { background-color: rgb(172,95,220); }

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

border-color css

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

 span { border-color: rgb(172,95,220); }

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