Html Css Color HEX #AC7DDE Medium Purple

📋 copy color: '#AC7DDE'

red 172 ◦ green 125 ◦ blue 222

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

Shades of Medium Purple #AC7DDE

Tints of Medium Purple #AC7DDE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.08%

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

R = 33.14%
G = 24.08%
B = 42.77%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC7DDE (or 0xAC7DDE) is known color: Medium Purple. HEX triplet: AC, 7D and DE. RGB value is (172,125,222). Sum of RGB (Red+Green+Blue) = 172+125+222=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC7DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DDE is #538221. Grayscale: #959595. Windows color (decimal): -5472802 or 14581164. OLE color: 14581164.

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

Color convert

RGB 172 125 222 -
CMYK 0.23 0.44 0 0.13
HSL 269.07º 0.6% 0.68% -
HSV(B) 269.07º 0.44% 0.87% -
XYZ 37.53 28.71 72.67 -
YUV 150.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 172 125 222 0.23 0.44 0 0.13 269.07 0.6 0.68
Hex AC 7D DE 17 2C 0 D 10D 3C 44
Octal 254 175 336 27 54 0 15 415 74 104
Binary 10101100 1111101 11011110 10111 101100 0 1101 100001101 111100 1000100

Color Harmonies of #AC7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DDE

Black with #AC7DDE

Text Example


Text Example

White with #AC7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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