Html Css Color HEX #AC65EC Medium Purple

📋 copy color: '#AC65EC'

red 172 ◦ green 101 ◦ blue 236

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

Shades of Medium Purple #AC65EC

Tints of Medium Purple #AC65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.84%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 33.79%
G = 19.84%
B = 46.37%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC65EC (or 0xAC65EC) is known color: Medium Purple. HEX triplet: AC, 65 and EC. RGB value is (172,101,236). Sum of RGB (Red+Green+Blue) = 172+101+236=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC65EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65EC is #539A13. Grayscale: #898989. Windows color (decimal): -5478932 or 15492524. OLE color: 15492524.

HSL color Cylindrical-coordinate representation of color #AC65EC: hue angle of 271.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC65EC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 101 236 -
CMYK 0.27 0.57 0 0.07
HSL 271.56º 0.78% 0.66% -
HSV(B) 271.56º 0.57% 0.93% -
XYZ 36.81 24.13 82.08 -
YUV 137.62 183.52 152.52 -
System Red Green Blue C M Y K H S L
Decimal 172 101 236 0.27 0.57 0 0.07 271.56 0.78 0.66
Hex AC 65 EC 1B 39 0 7 110 4E 42
Octal 254 145 354 33 71 0 7 420 116 102
Binary 10101100 1100101 11101100 11011 111001 0 111 100010000 1001110 1000010

Color Harmonies of #AC65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65EC

Black with #AC65EC

Text Example


Text Example

White with #AC65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65EC; }

 p { color: rgb(172,101,236); }

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

background-color css

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

 a { background-color: rgb(172,101,236); }

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

border-color css

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

 span { border-color: rgb(172,101,236); }

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