Html Css Color HEX #AC7BE0 Medium Purple

📋 copy color: '#AC7BE0'

red 172 ◦ green 123 ◦ blue 224

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

Shades of Medium Purple #AC7BE0

Tints of Medium Purple #AC7BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.7%

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 33.14%
G = 23.7%
B = 43.16%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC7BE0 (or 0xAC7BE0) is known color: Medium Purple. HEX triplet: AC, 7B and E0. RGB value is (172,123,224). Sum of RGB (Red+Green+Blue) = 172+123+224=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC7BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BE0 is #53841F. Grayscale: #949494. Windows color (decimal): -5473312 or 14711724. OLE color: 14711724.

HSL color Cylindrical-coordinate representation of color #AC7BE0: hue angle of 269.11º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7BE0 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 123 224 -
CMYK 0.23 0.45 0 0.12
HSL 269.11º 0.62% 0.68% -
HSV(B) 269.11º 0.45% 0.88% -
XYZ 37.55 28.32 74.01 -
YUV 149.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 172 123 224 0.23 0.45 0 0.12 269.11 0.62 0.68
Hex AC 7B E0 17 2D 0 C 10D 3E 44
Octal 254 173 340 27 55 0 14 415 76 104
Binary 10101100 1111011 11100000 10111 101101 0 1100 100001101 111110 1000100

Color Harmonies of #AC7BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BE0

Black with #AC7BE0

Text Example


Text Example

White with #AC7BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BE0; }

 p { color: rgb(172,123,224); }

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

background-color css

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

 a { background-color: rgb(172,123,224); }

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

border-color css

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

 span { border-color: rgb(172,123,224); }

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