Html Css Color HEX #AC60DC Medium Orchid

📋 copy color: '#AC60DC'

red 172 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #AC60DC

Tints of Medium Orchid #AC60DC

RGB

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

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

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

R = 35.25%
G = 19.67%
B = 45.08%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC60DC (or 0xAC60DC) is known color: Medium Orchid. HEX triplet: AC, 60 and DC. RGB value is (172,96,220). Sum of RGB (Red+Green+Blue) = 172+96+220=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC60DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60DC is #539F23. Grayscale: #848484. Windows color (decimal): -5480228 or 14442668. OLE color: 14442668.

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

Color convert

RGB 172 96 220 -
CMYK 0.22 0.56 0 0.14
HSL 276.77º 0.64% 0.62% -
HSV(B) 276.77º 0.56% 0.86% -
XYZ 34.11 22.3 70.22 -
YUV 132.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 172 96 220 0.22 0.56 0 0.14 276.77 0.64 0.62
Hex AC 60 DC 16 38 0 E 115 40 3E
Octal 254 140 334 26 70 0 16 425 100 76
Binary 10101100 1100000 11011100 10110 111000 0 1110 100010101 1000000 111110

Color Harmonies of #AC60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60DC

Black with #AC60DC

Text Example


Text Example

White with #AC60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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