Html Css Color HEX #AC7AF2 Medium Purple

📋 copy color: '#AC7AF2'

red 172 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #AC7AF2

Tints of Medium Purple #AC7AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.15%

R = 32.09%
G = 22.76%
B = 45.15%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC7AF2 (or 0xAC7AF2) is known color: Medium Purple. HEX triplet: AC, 7A and F2. RGB value is (172,122,242). Sum of RGB (Red+Green+Blue) = 172+122+242=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC7AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7AF2 is #53850D. Grayscale: #969696. Windows color (decimal): -5473550 or 15891116. OLE color: 15891116.

HSL color Cylindrical-coordinate representation of color #AC7AF2: hue angle of 265º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7AF2 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 122 242 -
CMYK 0.29 0.50 0 0.05
HSL 265º 0.82% 0.71% -
HSV(B) 265º 0.5% 0.95% -
XYZ 40 29.1 87.51 -
YUV 150.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 172 122 242 0.29 0.50 0 0.05 265 0.82 0.71
Hex AC 7A F2 1D 32 0 5 109 52 47
Octal 254 172 362 35 62 0 5 411 122 107
Binary 10101100 1111010 11110010 11101 110010 0 101 100001001 1010010 1000111

Color Harmonies of #AC7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7AF2

Black with #AC7AF2

Text Example


Text Example

White with #AC7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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