Html Css Color HEX #AC60EE Medium Purple

📋 copy color: '#AC60EE'

red 172 ◦ green 96 ◦ blue 238

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

Shades of Medium Purple #AC60EE

Tints of Medium Purple #AC60EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 33.99%
G = 18.97%
B = 47.04%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC60EE (or 0xAC60EE) is known color: Medium Purple. HEX triplet: AC, 60 and EE. RGB value is (172,96,238). Sum of RGB (Red+Green+Blue) = 172+96+238=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC60EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC60EE is #539F11. Grayscale: #868686. Windows color (decimal): -5480210 or 15622316. OLE color: 15622316.

HSL color Cylindrical-coordinate representation of color #AC60EE: hue angle of 272.11º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC60EE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 96 238 -
CMYK 0.28 0.60 0 0.07
HSL 272.11º 0.81% 0.65% -
HSV(B) 272.11º 0.6% 0.93% -
XYZ 36.63 23.31 83.46 -
YUV 134.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 172 96 238 0.28 0.60 0 0.07 272.11 0.81 0.65
Hex AC 60 EE 1C 3C 0 7 110 51 41
Octal 254 140 356 34 74 0 7 420 121 101
Binary 10101100 1100000 11101110 11100 111100 0 111 100010000 1010001 1000001

Color Harmonies of #AC60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60EE

Black with #AC60EE

Text Example


Text Example

White with #AC60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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