Html Css Color HEX #AC68FC Medium Purple

📋 copy color: '#AC68FC'

red 172 ◦ green 104 ◦ blue 252

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

Shades of Medium Purple #AC68FC

Tints of Medium Purple #AC68FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.7%

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

R = 32.58%
G = 19.7%
B = 47.73%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC68FC (or 0xAC68FC) is known color: Medium Purple. HEX triplet: AC, 68 and FC. RGB value is (172,104,252). Sum of RGB (Red+Green+Blue) = 172+104+252=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC68FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68FC is #539703. Grayscale: #8C8C8C. Windows color (decimal): -5478148 or 16541868. OLE color: 16541868.

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

Color convert

RGB 172 104 252 -
CMYK 0.32 0.59 0 0.01
HSL 267.57º 0.96% 0.7% -
HSV(B) 267.57º 0.59% 0.99% -
XYZ 39.53 25.7 94.97 -
YUV 141.2 190.53 149.97 -
System Red Green Blue C M Y K H S L
Decimal 172 104 252 0.32 0.59 0 0.01 267.57 0.96 0.7
Hex AC 68 FC 20 3B 0 1 10C 60 46
Octal 254 150 374 40 73 0 1 414 140 106
Binary 10101100 1101000 11111100 100000 111011 0 1 100001100 1100000 1000110

Color Harmonies of #AC68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68FC

Black with #AC68FC

Text Example


Text Example

White with #AC68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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