Html Css Color HEX #AC60C3 Medium Orchid

📋 copy color: '#AC60C3'

red 172 ◦ green 96 ◦ blue 195

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

Shades of Medium Orchid #AC60C3

Tints of Medium Orchid #AC60C3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.73%

 BLUE value IS 195 (76.56% from 255) = 42.12%

R = 37.15%
G = 20.73%
B = 42.12%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC60C3 (or 0xAC60C3) is known color: Medium Orchid. HEX triplet: AC, 60 and C3. RGB value is (172,96,195). Sum of RGB (Red+Green+Blue) = 172+96+195=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC60C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60C3 is #539F3C. Grayscale: #818181. Windows color (decimal): -5480253 or 12804268. OLE color: 12804268.

HSL color Cylindrical-coordinate representation of color #AC60C3: hue angle of 286.06º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC60C3 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 96 195 -
CMYK 0.12 0.51 0 0.24
HSL 286.06º 0.45% 0.57% -
HSV(B) 286.06º 0.51% 0.76% -
XYZ 31.05 21.08 54.06 -
YUV 130.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 172 96 195 0.12 0.51 0 0.24 286.06 0.45 0.57
Hex AC 60 C3 C 33 0 18 11E 2D 39
Octal 254 140 303 14 63 0 30 436 55 71
Binary 10101100 1100000 11000011 1100 110011 0 11000 100011110 101101 111001

Color Harmonies of #AC60C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60C3

Black with #AC60C3

Text Example


Text Example

White with #AC60C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60C3; }

 p { color: rgb(172,96,195); }

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

background-color css

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

 a { background-color: rgb(172,96,195); }

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

border-color css

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

 span { border-color: rgb(172,96,195); }

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