Html Css Color HEX #AC75FF Medium Purple

📋 copy color: '#AC75FF'

red 172 ◦ green 117 ◦ blue 255

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

Shades of Medium Purple #AC75FF

Tints of Medium Purple #AC75FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

 BLUE value IS 255 (100% from 255) = 46.88%

R = 31.62%
G = 21.51%
B = 46.88%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC75FF (or 0xAC75FF) is known color: Medium Purple. HEX triplet: AC, 75 and FF. RGB value is (172,117,255). Sum of RGB (Red+Green+Blue) = 172+117+255=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC75FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC75FF is #538A00. Grayscale: #949494. Windows color (decimal): -5474817 or 16741804. OLE color: 16741804.

HSL color Cylindrical-coordinate representation of color #AC75FF: hue angle of 263.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC75FF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 117 255 -
CMYK 0.33 0.54 0 0
HSL 263.91º 1% 0.73% -
HSV(B) 263.91º 0.54% 1% -
XYZ 41.42 28.71 97.97 -
YUV 149.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 172 117 255 0.33 0.54 0 0 263.91 1 0.73
Hex AC 75 FF 21 36 0 0 108 64 49
Octal 254 165 377 41 66 0 0 410 144 111
Binary 10101100 1110101 11111111 100001 110110 0 0 100001000 1100100 1001001

Color Harmonies of #AC75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75FF

Black with #AC75FF

Text Example


Text Example

White with #AC75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75FF; }

 p { color: rgb(172,117,255); }

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

background-color css

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

 a { background-color: rgb(172,117,255); }

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

border-color css

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

 span { border-color: rgb(172,117,255); }

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