Html Css Color HEX #AC64FE Medium Purple

📋 copy color: '#AC64FE'

red 172 ◦ green 100 ◦ blue 254

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

Shades of Medium Purple #AC64FE

Tints of Medium Purple #AC64FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.01%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 32.7%
G = 19.01%
B = 48.29%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC64FE (or 0xAC64FE) is known color: Medium Purple. HEX triplet: AC, 64 and FE. RGB value is (172,100,254). Sum of RGB (Red+Green+Blue) = 172+100+254=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC64FE is #539B01. Grayscale: #8A8A8A. Windows color (decimal): -5479170 or 16671916. OLE color: 16671916.

HSL color Cylindrical-coordinate representation of color #AC64FE: hue angle of 268.05º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC64FE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 100 254 -
CMYK 0.32 0.61 0 0.00
HSL 268.05º 0.99% 0.69% -
HSV(B) 268.05º 0.61% 1% -
XYZ 39.46 25.04 96.52 -
YUV 139.08 192.85 151.48 -
System Red Green Blue C M Y K H S L
Decimal 172 100 254 0.32 0.61 0 0.00 268.05 0.99 0.69
Hex AC 64 FE 20 3D 0 0 10C 63 45
Octal 254 144 376 40 75 0 0 414 143 105
Binary 10101100 1100100 11111110 100000 111101 0 0 100001100 1100011 1000101

Color Harmonies of #AC64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64FE

Black with #AC64FE

Text Example


Text Example

White with #AC64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64FE; }

 p { color: rgb(172,100,254); }

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

background-color css

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

 a { background-color: rgb(172,100,254); }

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

border-color css

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

 span { border-color: rgb(172,100,254); }

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