Html Css Color HEX #AC66F1 Medium Purple

📋 copy color: '#AC66F1'

red 172 ◦ green 102 ◦ blue 241

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

Shades of Medium Purple #AC66F1

Tints of Medium Purple #AC66F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 33.4%
G = 19.81%
B = 46.8%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC66F1 (or 0xAC66F1) is known color: Medium Purple. HEX triplet: AC, 66 and F1. RGB value is (172,102,241). Sum of RGB (Red+Green+Blue) = 172+102+241=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC66F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66F1 is #53990E. Grayscale: #8A8A8A. Windows color (decimal): -5478671 or 15820460. OLE color: 15820460.

HSL color Cylindrical-coordinate representation of color #AC66F1: hue angle of 270.22º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC66F1 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 102 241 -
CMYK 0.29 0.58 0 0.05
HSL 270.22º 0.83% 0.67% -
HSV(B) 270.22º 0.58% 0.95% -
XYZ 37.64 24.62 85.99 -
YUV 138.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 172 102 241 0.29 0.58 0 0.05 270.22 0.83 0.67
Hex AC 66 F1 1D 3A 0 5 10E 53 43
Octal 254 146 361 35 72 0 5 416 123 103
Binary 10101100 1100110 11110001 11101 111010 0 101 100001110 1010011 1000011

Color Harmonies of #AC66F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66F1

Black with #AC66F1

Text Example


Text Example

White with #AC66F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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