Html Css Color HEX #AC68EF Medium Purple

📋 copy color: '#AC68EF'

red 172 ◦ green 104 ◦ blue 239

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

Shades of Medium Purple #AC68EF

Tints of Medium Purple #AC68EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.19%

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

R = 33.4%
G = 20.19%
B = 46.41%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC68EF (or 0xAC68EF) is known color: Medium Purple. HEX triplet: AC, 68 and EF. RGB value is (172,104,239). Sum of RGB (Red+Green+Blue) = 172+104+239=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC68EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68EF is #539710. Grayscale: #8B8B8B. Windows color (decimal): -5478161 or 15689900. OLE color: 15689900.

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

Color convert

RGB 172 104 239 -
CMYK 0.28 0.56 0 0.06
HSL 270.22º 0.81% 0.67% -
HSV(B) 270.22º 0.56% 0.94% -
XYZ 37.54 24.9 84.49 -
YUV 139.72 184.03 151.02 -
System Red Green Blue C M Y K H S L
Decimal 172 104 239 0.28 0.56 0 0.06 270.22 0.81 0.67
Hex AC 68 EF 1C 38 0 6 10E 51 43
Octal 254 150 357 34 70 0 6 416 121 103
Binary 10101100 1101000 11101111 11100 111000 0 110 100001110 1010001 1000011

Color Harmonies of #AC68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68EF

Black with #AC68EF

Text Example


Text Example

White with #AC68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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