Html Css Color HEX #AC75F1 Medium Purple

📋 copy color: '#AC75F1'

red 172 ◦ green 117 ◦ blue 241

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

Shades of Medium Purple #AC75F1

Tints of Medium Purple #AC75F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 32.45%
G = 22.08%
B = 45.47%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC75F1 (or 0xAC75F1) is known color: Medium Purple. HEX triplet: AC, 75 and F1. RGB value is (172,117,241). Sum of RGB (Red+Green+Blue) = 172+117+241=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC75F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC75F1 is #538A0E. Grayscale: #939393. Windows color (decimal): -5474831 or 15824300. OLE color: 15824300.

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

Color convert

RGB 172 117 241 -
CMYK 0.29 0.51 0 0.05
HSL 266.61º 0.82% 0.7% -
HSV(B) 266.61º 0.51% 0.95% -
XYZ 39.25 27.84 86.52 -
YUV 147.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 172 117 241 0.29 0.51 0 0.05 266.61 0.82 0.7
Hex AC 75 F1 1D 33 0 5 10B 52 46
Octal 254 165 361 35 63 0 5 413 122 106
Binary 10101100 1110101 11110001 11101 110011 0 101 100001011 1010010 1000110

Color Harmonies of #AC75F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75F1

Black with #AC75F1

Text Example


Text Example

White with #AC75F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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