Html Css Color HEX #AC66FC Medium Purple

📋 copy color: '#AC66FC'

red 172 ◦ green 102 ◦ blue 252

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

Shades of Medium Purple #AC66FC

Tints of Medium Purple #AC66FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 32.7%
G = 19.39%
B = 47.91%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC66FC (or 0xAC66FC) is known color: Medium Purple. HEX triplet: AC, 66 and FC. RGB value is (172,102,252). Sum of RGB (Red+Green+Blue) = 172+102+252=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC66FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66FC is #539903. Grayscale: #8B8B8B. Windows color (decimal): -5478660 or 16541356. OLE color: 16541356.

HSL color Cylindrical-coordinate representation of color #AC66FC: hue angle of 268º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC66FC is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 102 252 -
CMYK 0.32 0.60 0 0.01
HSL 268º 0.96% 0.69% -
HSV(B) 268º 0.6% 0.99% -
XYZ 39.34 25.3 94.91 -
YUV 140.03 191.19 150.8 -
System Red Green Blue C M Y K H S L
Decimal 172 102 252 0.32 0.60 0 0.01 268 0.96 0.69
Hex AC 66 FC 20 3C 0 1 10C 60 45
Octal 254 146 374 40 74 0 1 414 140 105
Binary 10101100 1100110 11111100 100000 111100 0 1 100001100 1100000 1000101

Color Harmonies of #AC66FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66FC

Black with #AC66FC

Text Example


Text Example

White with #AC66FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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