Html Css Color HEX #AC7AF0 Medium Purple

📋 copy color: '#AC7AF0'

red 172 ◦ green 122 ◦ blue 240

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

Shades of Medium Purple #AC7AF0

Tints of Medium Purple #AC7AF0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.85%

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 32.21%
G = 22.85%
B = 44.94%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC7AF0 (or 0xAC7AF0) is known color: Medium Purple. HEX triplet: AC, 7A and F0. RGB value is (172,122,240). Sum of RGB (Red+Green+Blue) = 172+122+240=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC7AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7AF0 is #53850F. Grayscale: #959595. Windows color (decimal): -5473552 or 15760044. OLE color: 15760044.

HSL color Cylindrical-coordinate representation of color #AC7AF0: hue angle of 265.42º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC7AF0 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 122 240 -
CMYK 0.28 0.49 0 0.06
HSL 265.42º 0.8% 0.71% -
HSV(B) 265.42º 0.49% 0.94% -
XYZ 39.7 28.98 85.94 -
YUV 150.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 172 122 240 0.28 0.49 0 0.06 265.42 0.8 0.71
Hex AC 7A F0 1C 31 0 6 109 50 47
Octal 254 172 360 34 61 0 6 411 120 107
Binary 10101100 1111010 11110000 11100 110001 0 110 100001001 1010000 1000111

Color Harmonies of #AC7AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7AF0

Black with #AC7AF0

Text Example


Text Example

White with #AC7AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7AF0; }

 p { color: rgb(172,122,240); }

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

background-color css

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

 a { background-color: rgb(172,122,240); }

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

border-color css

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

 span { border-color: rgb(172,122,240); }

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