Html Css Color HEX #AC68FD Medium Purple

📋 copy color: '#AC68FD'

red 172 ◦ green 104 ◦ blue 253

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

Shades of Medium Purple #AC68FD

Tints of Medium Purple #AC68FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 32.51%
G = 19.66%
B = 47.83%

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

#AC68FD (or 0xAC68FD) is known color: Medium Purple. HEX triplet: AC, 68 and FD. RGB value is (172,104,253). Sum of RGB (Red+Green+Blue) = 172+104+253=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC68FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68FD is #539702. Grayscale: #8C8C8C. Windows color (decimal): -5478147 or 16607404. OLE color: 16607404.

HSL color Cylindrical-coordinate representation of color #AC68FD: hue angle of 267.38º degrees, saturation: 0.97, 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 #AC68FD is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 104 253 -
CMYK 0.32 0.59 0 0.01
HSL 267.38º 0.97% 0.7% -
HSV(B) 267.38º 0.59% 0.99% -
XYZ 39.69 25.76 95.81 -
YUV 141.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 172 104 253 0.32 0.59 0 0.01 267.38 0.97 0.7
Hex AC 68 FD 20 3B 0 1 10B 61 46
Octal 254 150 375 40 73 0 1 413 141 106
Binary 10101100 1101000 11111101 100000 111011 0 1 100001011 1100001 1000110

Color Harmonies of #AC68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68FD

Black with #AC68FD

Text Example


Text Example

White with #AC68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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