Html Css Color HEX #AC60CC Medium Orchid

📋 copy color: '#AC60CC'

red 172 ◦ green 96 ◦ blue 204

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

Shades of Medium Orchid #AC60CC

Tints of Medium Orchid #AC60CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 36.44%
G = 20.34%
B = 43.22%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC60CC (or 0xAC60CC) is known color: Medium Orchid. HEX triplet: AC, 60 and CC. RGB value is (172,96,204). Sum of RGB (Red+Green+Blue) = 172+96+204=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC60CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60CC is #539F33. Grayscale: #828282. Windows color (decimal): -5480244 or 13394092. OLE color: 13394092.

HSL color Cylindrical-coordinate representation of color #AC60CC: hue angle of 282.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC60CC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 96 204 -
CMYK 0.16 0.53 0 0.2
HSL 282.22º 0.51% 0.59% -
HSV(B) 282.22º 0.53% 0.8% -
XYZ 32.1 21.5 59.58 -
YUV 131.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 172 96 204 0.16 0.53 0 0.2 282.22 0.51 0.59
Hex AC 60 CC 10 35 0 14 11A 33 3B
Octal 254 140 314 20 65 0 24 432 63 73
Binary 10101100 1100000 11001100 10000 110101 0 10100 100011010 110011 111011

Color Harmonies of #AC60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60CC

Black with #AC60CC

Text Example


Text Example

White with #AC60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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