Html Css Color HEX #AC7EEE Medium Purple

📋 copy color: '#AC7EEE'

red 172 ◦ green 126 ◦ blue 238

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

Shades of Medium Purple #AC7EEE

Tints of Medium Purple #AC7EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 32.09%
G = 23.51%
B = 44.4%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC7EEE (or 0xAC7EEE) is known color: Medium Purple. HEX triplet: AC, 7E and EE. RGB value is (172,126,238). Sum of RGB (Red+Green+Blue) = 172+126+238=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC7EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7EEE is #538111. Grayscale: #989898. Windows color (decimal): -5472530 or 15629996. OLE color: 15629996.

HSL color Cylindrical-coordinate representation of color #AC7EEE: hue angle of 264.64º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC7EEE is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 126 238 -
CMYK 0.28 0.47 0 0.07
HSL 264.64º 0.77% 0.71% -
HSV(B) 264.64º 0.47% 0.93% -
XYZ 39.91 29.87 84.55 -
YUV 152.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 172 126 238 0.28 0.47 0 0.07 264.64 0.77 0.71
Hex AC 7E EE 1C 2F 0 7 109 4D 47
Octal 254 176 356 34 57 0 7 411 115 107
Binary 10101100 1111110 11101110 11100 101111 0 111 100001001 1001101 1000111

Color Harmonies of #AC7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7EEE

Black with #AC7EEE

Text Example


Text Example

White with #AC7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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