Html Css Color HEX #AC66FA Medium Purple

📋 copy color: '#AC66FA'

red 172 ◦ green 102 ◦ blue 250

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

Shades of Medium Purple #AC66FA

Tints of Medium Purple #AC66FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 32.82%
G = 19.47%
B = 47.71%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC66FA (or 0xAC66FA) is known color: Medium Purple. HEX triplet: AC, 66 and FA. RGB value is (172,102,250). Sum of RGB (Red+Green+Blue) = 172+102+250=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC66FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66FA is #539905. Grayscale: #8B8B8B. Windows color (decimal): -5478662 or 16410284. OLE color: 16410284.

HSL color Cylindrical-coordinate representation of color #AC66FA: hue angle of 268.38º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC66FA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 102 250 -
CMYK 0.31 0.59 0 0.02
HSL 268.38º 0.94% 0.69% -
HSV(B) 268.38º 0.59% 0.98% -
XYZ 39.02 25.18 93.25 -
YUV 139.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 172 102 250 0.31 0.59 0 0.02 268.38 0.94 0.69
Hex AC 66 FA 1F 3B 0 2 10C 5E 45
Octal 254 146 372 37 73 0 2 414 136 105
Binary 10101100 1100110 11111010 11111 111011 0 10 100001100 1011110 1000101

Color Harmonies of #AC66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66FA

Black with #AC66FA

Text Example


Text Example

White with #AC66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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