Html Css Color HEX #AC5AFE Medium Purple

📋 copy color: '#AC5AFE'

red 172 ◦ green 90 ◦ blue 254

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

Shades of Medium Purple #AC5AFE

Tints of Medium Purple #AC5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.44%

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 33.33%
G = 17.44%
B = 49.22%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC5AFE (or 0xAC5AFE) is known color: Medium Purple. HEX triplet: AC, 5A and FE. RGB value is (172,90,254). Sum of RGB (Red+Green+Blue) = 172+90+254=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC5AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5AFE is #53A501. Grayscale: #848484. Windows color (decimal): -5481730 or 16669356. OLE color: 16669356.

HSL color Cylindrical-coordinate representation of color #AC5AFE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC5AFE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 90 254 -
CMYK 0.32 0.65 0 0.00
HSL 270º 0.99% 0.67% -
HSV(B) 270º 0.65% 1% -
XYZ 38.56 23.24 96.22 -
YUV 133.21 196.17 155.66 -
System Red Green Blue C M Y K H S L
Decimal 172 90 254 0.32 0.65 0 0.00 270 0.99 0.67
Hex AC 5A FE 20 41 0 0 10E 63 43
Octal 254 132 376 40 101 0 0 416 143 103
Binary 10101100 1011010 11111110 100000 1000001 0 0 100001110 1100011 1000011

Color Harmonies of #AC5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5AFE

Black with #AC5AFE

Text Example


Text Example

White with #AC5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5AFE; }

 p { color: rgb(172,90,254); }

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

background-color css

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

 a { background-color: rgb(172,90,254); }

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

border-color css

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

 span { border-color: rgb(172,90,254); }

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