Html Css Color HEX #AC60F0 Medium Purple

📋 copy color: '#AC60F0'

red 172 ◦ green 96 ◦ blue 240

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

Shades of Medium Purple #AC60F0

Tints of Medium Purple #AC60F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 33.86%
G = 18.9%
B = 47.24%

CMYK

 C value IS 0.28

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC60F0 (or 0xAC60F0) is known color: Medium Purple. HEX triplet: AC, 60 and F0. RGB value is (172,96,240). Sum of RGB (Red+Green+Blue) = 172+96+240=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC60F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC60F0 is #539F0F. Grayscale: #868686. Windows color (decimal): -5480208 or 15753388. OLE color: 15753388.

HSL color Cylindrical-coordinate representation of color #AC60F0: hue angle of 271.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC60F0 is Cyan = 0.28, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 96 240 -
CMYK 0.28 0.6 0 0.06
HSL 271.67º 0.83% 0.66% -
HSV(B) 271.67º 0.6% 0.94% -
XYZ 36.92 23.43 85.01 -
YUV 135.14 187.18 154.29 -
System Red Green Blue C M Y K H S L
Decimal 172 96 240 0.28 0.6 0 0.06 271.67 0.83 0.66
Hex AC 60 F0 1C 3C 0 6 110 53 42
Octal 254 140 360 34 74 0 6 420 123 102
Binary 10101100 1100000 11110000 11100 111100 0 110 100010000 1010011 1000010

Color Harmonies of #AC60F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60F0

Black with #AC60F0

Text Example


Text Example

White with #AC60F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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