Html Css Color HEX #AC7EED Medium Purple

📋 copy color: '#AC7EED'

red 172 ◦ green 126 ◦ blue 237

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

Shades of Medium Purple #AC7EED

Tints of Medium Purple #AC7EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 32.15%
G = 23.55%
B = 44.3%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC7EED (or 0xAC7EED) is known color: Medium Purple. HEX triplet: AC, 7E and ED. RGB value is (172,126,237). Sum of RGB (Red+Green+Blue) = 172+126+237=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7EED is #538112. Grayscale: #989898. Windows color (decimal): -5472531 or 15564460. OLE color: 15564460.

HSL color Cylindrical-coordinate representation of color #AC7EED: hue angle of 264.86º degrees, saturation: 0.76, 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 #AC7EED is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 126 237 -
CMYK 0.27 0.47 0 0.07
HSL 264.86º 0.76% 0.71% -
HSV(B) 264.86º 0.47% 0.93% -
XYZ 39.76 29.81 83.78 -
YUV 152.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 172 126 237 0.27 0.47 0 0.07 264.86 0.76 0.71
Hex AC 7E ED 1B 2F 0 7 109 4C 47
Octal 254 176 355 33 57 0 7 411 114 107
Binary 10101100 1111110 11101101 11011 101111 0 111 100001001 1001100 1000111

Color Harmonies of #AC7EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7EED

Black with #AC7EED

Text Example


Text Example

White with #AC7EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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