Html Css Color HEX #AC5CFB Medium Purple

📋 copy color: '#AC5CFB'

red 172 ◦ green 92 ◦ blue 251

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

Shades of Medium Purple #AC5CFB

Tints of Medium Purple #AC5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

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

R = 33.4%
G = 17.86%
B = 48.74%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC5CFB (or 0xAC5CFB) is known color: Medium Purple. HEX triplet: AC, 5C and FB. RGB value is (172,92,251). Sum of RGB (Red+Green+Blue) = 172+92+251=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC5CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CFB is #53A304. Grayscale: #858585. Windows color (decimal): -5481221 or 16473260. OLE color: 16473260.

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

Color convert

RGB 172 92 251 -
CMYK 0.31 0.63 0 0.02
HSL 270.19º 0.95% 0.67% -
HSV(B) 270.19º 0.63% 0.98% -
XYZ 38.25 23.39 93.77 -
YUV 134.05 194 155.07 -
System Red Green Blue C M Y K H S L
Decimal 172 92 251 0.31 0.63 0 0.02 270.19 0.95 0.67
Hex AC 5C FB 1F 3F 0 2 10E 5F 43
Octal 254 134 373 37 77 0 2 416 137 103
Binary 10101100 1011100 11111011 11111 111111 0 10 100001110 1011111 1000011

Color Harmonies of #AC5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CFB

Black with #AC5CFB

Text Example


Text Example

White with #AC5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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