Html Css Color HEX #AC7BDE Medium Purple

📋 copy color: '#AC7BDE'

red 172 ◦ green 123 ◦ blue 222

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

Shades of Medium Purple #AC7BDE

Tints of Medium Purple #AC7BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 33.27%
G = 23.79%
B = 42.94%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC7BDE (or 0xAC7BDE) is known color: Medium Purple. HEX triplet: AC, 7B and DE. RGB value is (172,123,222). Sum of RGB (Red+Green+Blue) = 172+123+222=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC7BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BDE is #538421. Grayscale: #949494. Windows color (decimal): -5473314 or 14580652. OLE color: 14580652.

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

Color convert

RGB 172 123 222 -
CMYK 0.23 0.45 0 0.13
HSL 269.7º 0.6% 0.68% -
HSV(B) 269.7º 0.45% 0.87% -
XYZ 37.28 28.21 72.59 -
YUV 148.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 172 123 222 0.23 0.45 0 0.13 269.7 0.6 0.68
Hex AC 7B DE 17 2D 0 D 10E 3C 44
Octal 254 173 336 27 55 0 15 416 74 104
Binary 10101100 1111011 11011110 10111 101101 0 1101 100001110 111100 1000100

Color Harmonies of #AC7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BDE

Black with #AC7BDE

Text Example


Text Example

White with #AC7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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