Html Css Color HEX #AC66EF Medium Purple

📋 copy color: '#AC66EF'

red 172 ◦ green 102 ◦ blue 239

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

Shades of Medium Purple #AC66EF

Tints of Medium Purple #AC66EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.88%

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 33.53%
G = 19.88%
B = 46.59%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC66EF (or 0xAC66EF) is known color: Medium Purple. HEX triplet: AC, 66 and EF. RGB value is (172,102,239). Sum of RGB (Red+Green+Blue) = 172+102+239=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC66EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66EF is #539910. Grayscale: #8A8A8A. Windows color (decimal): -5478673 or 15689388. OLE color: 15689388.

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

Color convert

RGB 172 102 239 -
CMYK 0.28 0.57 0 0.06
HSL 270.66º 0.81% 0.67% -
HSV(B) 270.66º 0.57% 0.94% -
XYZ 37.34 24.51 84.42 -
YUV 138.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 172 102 239 0.28 0.57 0 0.06 270.66 0.81 0.67
Hex AC 66 EF 1C 39 0 6 10F 51 43
Octal 254 146 357 34 71 0 6 417 121 103
Binary 10101100 1100110 11101111 11100 111001 0 110 100001111 1010001 1000011

Color Harmonies of #AC66EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66EF

Black with #AC66EF

Text Example


Text Example

White with #AC66EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66EF; }

 p { color: rgb(172,102,239); }

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

background-color css

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

 a { background-color: rgb(172,102,239); }

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

border-color css

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

 span { border-color: rgb(172,102,239); }

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