Html Css Color HEX #AC68F7 Medium Purple

📋 copy color: '#AC68F7'

red 172 ◦ green 104 ◦ blue 247

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

Shades of Medium Purple #AC68F7

Tints of Medium Purple #AC68F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.23%

R = 32.89%
G = 19.89%
B = 47.23%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC68F7 (or 0xAC68F7) is known color: Medium Purple. HEX triplet: AC, 68 and F7. RGB value is (172,104,247). Sum of RGB (Red+Green+Blue) = 172+104+247=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC68F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68F7 is #539708. Grayscale: #8C8C8C. Windows color (decimal): -5478153 or 16214188. OLE color: 16214188.

HSL color Cylindrical-coordinate representation of color #AC68F7: hue angle of 268.53º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC68F7 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 104 247 -
CMYK 0.30 0.58 0 0.03
HSL 268.53º 0.9% 0.69% -
HSV(B) 268.53º 0.58% 0.97% -
XYZ 38.75 25.39 90.85 -
YUV 140.63 188.03 150.37 -
System Red Green Blue C M Y K H S L
Decimal 172 104 247 0.30 0.58 0 0.03 268.53 0.9 0.69
Hex AC 68 F7 1E 3A 0 3 10D 5A 45
Octal 254 150 367 36 72 0 3 415 132 105
Binary 10101100 1101000 11110111 11110 111010 0 11 100001101 1011010 1000101

Color Harmonies of #AC68F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68F7

Black with #AC68F7

Text Example


Text Example

White with #AC68F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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