Html Css Color HEX #AC5FFD Medium Purple

📋 copy color: '#AC5FFD'

red 172 ◦ green 95 ◦ blue 253

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

Shades of Medium Purple #AC5FFD

Tints of Medium Purple #AC5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.27%

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

R = 33.08%
G = 18.27%
B = 48.65%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC5FFD (or 0xAC5FFD) is known color: Medium Purple. HEX triplet: AC, 5F and FD. RGB value is (172,95,253). Sum of RGB (Red+Green+Blue) = 172+95+253=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FFD is #53A002. Grayscale: #878787. Windows color (decimal): -5480451 or 16605100. OLE color: 16605100.

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

Color convert

RGB 172 95 253 -
CMYK 0.32 0.62 0 0.01
HSL 269.24º 0.98% 0.68% -
HSV(B) 269.24º 0.62% 0.99% -
XYZ 38.84 24.05 95.52 -
YUV 136.04 194.01 153.65 -
System Red Green Blue C M Y K H S L
Decimal 172 95 253 0.32 0.62 0 0.01 269.24 0.98 0.68
Hex AC 5F FD 20 3E 0 1 10D 62 44
Octal 254 137 375 40 76 0 1 415 142 104
Binary 10101100 1011111 11111101 100000 111110 0 1 100001101 1100010 1000100

Color Harmonies of #AC5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5FFD

Black with #AC5FFD

Text Example


Text Example

White with #AC5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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