Html Css Color HEX #AC7BE1 Medium Purple

📋 copy color: '#AC7BE1'

red 172 ◦ green 123 ◦ blue 225

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

Shades of Medium Purple #AC7BE1

Tints of Medium Purple #AC7BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.27%

R = 33.08%
G = 23.65%
B = 43.27%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC7BE1 (or 0xAC7BE1) is known color: Medium Purple. HEX triplet: AC, 7B and E1. RGB value is (172,123,225). Sum of RGB (Red+Green+Blue) = 172+123+225=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC7BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BE1 is #53841E. Grayscale: #949494. Windows color (decimal): -5473311 or 14777260. OLE color: 14777260.

HSL color Cylindrical-coordinate representation of color #AC7BE1: hue angle of 268.82º degrees, saturation: 0.63, 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 #AC7BE1 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 123 225 -
CMYK 0.24 0.45 0 0.12
HSL 268.82º 0.63% 0.68% -
HSV(B) 268.82º 0.45% 0.88% -
XYZ 37.69 28.37 74.72 -
YUV 149.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 172 123 225 0.24 0.45 0 0.12 268.82 0.63 0.68
Hex AC 7B E1 18 2D 0 C 10D 3F 44
Octal 254 173 341 30 55 0 14 415 77 104
Binary 10101100 1111011 11100001 11000 101101 0 1100 100001101 111111 1000100

Color Harmonies of #AC7BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BE1

Black with #AC7BE1

Text Example


Text Example

White with #AC7BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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