Html Css Color HEX #AC5FFB Medium Purple

📋 copy color: '#AC5FFB'

red 172 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #AC5FFB

Tints of Medium Purple #AC5FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 33.2%
G = 18.34%
B = 48.46%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC5FFB (or 0xAC5FFB) is known color: Medium Purple. HEX triplet: AC, 5F and FB. RGB value is (172,95,251). Sum of RGB (Red+Green+Blue) = 172+95+251=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FFB is #53A004. Grayscale: #878787. Windows color (decimal): -5480453 or 16474028. OLE color: 16474028.

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

Color convert

RGB 172 95 251 -
CMYK 0.31 0.62 0 0.02
HSL 269.62º 0.95% 0.68% -
HSV(B) 269.62º 0.62% 0.98% -
XYZ 38.52 23.92 93.85 -
YUV 135.81 193.01 153.82 -
System Red Green Blue C M Y K H S L
Decimal 172 95 251 0.31 0.62 0 0.02 269.62 0.95 0.68
Hex AC 5F FB 1F 3E 0 2 10E 5F 44
Octal 254 137 373 37 76 0 2 416 137 104
Binary 10101100 1011111 11111011 11111 111110 0 10 100001110 1011111 1000100

Color Harmonies of #AC5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5FFB

Black with #AC5FFB

Text Example


Text Example

White with #AC5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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