Html Css Color HEX #AC65EF Medium Purple

📋 copy color: '#AC65EF'

red 172 ◦ green 101 ◦ blue 239

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

Shades of Medium Purple #AC65EF

Tints of Medium Purple #AC65EF

RGB

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

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

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

R = 33.59%
G = 19.73%
B = 46.68%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC65EF (or 0xAC65EF) is known color: Medium Purple. HEX triplet: AC, 65 and EF. RGB value is (172,101,239). Sum of RGB (Red+Green+Blue) = 172+101+239=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC65EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65EF is #539A10. Grayscale: #898989. Windows color (decimal): -5478929 or 15689132. OLE color: 15689132.

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

Color convert

RGB 172 101 239 -
CMYK 0.28 0.58 0 0.06
HSL 270.87º 0.81% 0.67% -
HSV(B) 270.87º 0.58% 0.94% -
XYZ 37.25 24.31 84.39 -
YUV 137.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 172 101 239 0.28 0.58 0 0.06 270.87 0.81 0.67
Hex AC 65 EF 1C 3A 0 6 10F 51 43
Octal 254 145 357 34 72 0 6 417 121 103
Binary 10101100 1100101 11101111 11100 111010 0 110 100001111 1010001 1000011

Color Harmonies of #AC65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65EF

Black with #AC65EF

Text Example


Text Example

White with #AC65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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