Html Css Color HEX #AC7BF6 Medium Purple

📋 copy color: '#AC7BF6'

red 172 ◦ green 123 ◦ blue 246

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

Shades of Medium Purple #AC7BF6

Tints of Medium Purple #AC7BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 31.79%
G = 22.74%
B = 45.47%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC7BF6 (or 0xAC7BF6) is known color: Medium Purple. HEX triplet: AC, 7B and F6. RGB value is (172,123,246). Sum of RGB (Red+Green+Blue) = 172+123+246=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC7BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7BF6 is #538409. Grayscale: #979797. Windows color (decimal): -5473290 or 16153516. OLE color: 16153516.

HSL color Cylindrical-coordinate representation of color #AC7BF6: hue angle of 263.9º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7BF6 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 123 246 -
CMYK 0.30 0.50 0 0.04
HSL 263.9º 0.87% 0.72% -
HSV(B) 263.9º 0.5% 0.96% -
XYZ 40.73 29.59 90.75 -
YUV 151.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 172 123 246 0.30 0.50 0 0.04 263.9 0.87 0.72
Hex AC 7B F6 1E 32 0 4 108 57 48
Octal 254 173 366 36 62 0 4 410 127 110
Binary 10101100 1111011 11110110 11110 110010 0 100 100001000 1010111 1001000

Color Harmonies of #AC7BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BF6

Black with #AC7BF6

Text Example


Text Example

White with #AC7BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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