Html Css Color HEX #AC5BFB Medium Purple

📋 copy color: '#AC5BFB'

red 172 ◦ green 91 ◦ blue 251

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

Shades of Medium Purple #AC5BFB

Tints of Medium Purple #AC5BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.7%

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

R = 33.46%
G = 17.7%
B = 48.83%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC5BFB (or 0xAC5BFB) is known color: Medium Purple. HEX triplet: AC, 5B and FB. RGB value is (172,91,251). Sum of RGB (Red+Green+Blue) = 172+91+251=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC5BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5BFB is #53A404. Grayscale: #848484. Windows color (decimal): -5481477 or 16473004. OLE color: 16473004.

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

Color convert

RGB 172 91 251 -
CMYK 0.31 0.64 0 0.02
HSL 270.38º 0.95% 0.67% -
HSV(B) 270.38º 0.64% 0.98% -
XYZ 38.17 23.22 93.74 -
YUV 133.46 194.34 155.49 -
System Red Green Blue C M Y K H S L
Decimal 172 91 251 0.31 0.64 0 0.02 270.38 0.95 0.67
Hex AC 5B FB 1F 40 0 2 10E 5F 43
Octal 254 133 373 37 100 0 2 416 137 103
Binary 10101100 1011011 11111011 11111 1000000 0 10 100001110 1011111 1000011

Color Harmonies of #AC5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BFB

Black with #AC5BFB

Text Example


Text Example

White with #AC5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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