Html Css Color HEX #AC7EFB Medium Purple

📋 copy color: '#AC7EFB'

red 172 ◦ green 126 ◦ blue 251

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

Shades of Medium Purple #AC7EFB

Tints of Medium Purple #AC7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.95%

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

R = 31.33%
G = 22.95%
B = 45.72%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC7EFB (or 0xAC7EFB) is known color: Medium Purple. HEX triplet: AC, 7E and FB. RGB value is (172,126,251). Sum of RGB (Red+Green+Blue) = 172+126+251=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC7EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7EFB is #538104. Grayscale: #999999. Windows color (decimal): -5472517 or 16481964. OLE color: 16481964.

HSL color Cylindrical-coordinate representation of color #AC7EFB: hue angle of 262.08º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7EFB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 126 251 -
CMYK 0.31 0.50 0 0.02
HSL 262.08º 0.94% 0.74% -
HSV(B) 262.08º 0.5% 0.98% -
XYZ 41.89 30.66 94.98 -
YUV 154 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 172 126 251 0.31 0.50 0 0.02 262.08 0.94 0.74
Hex AC 7E FB 1F 32 0 2 106 5E 4A
Octal 254 176 373 37 62 0 2 406 136 112
Binary 10101100 1111110 11111011 11111 110010 0 10 100000110 1011110 1001010

Color Harmonies of #AC7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7EFB

Black with #AC7EFB

Text Example


Text Example

White with #AC7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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