Html Css Color HEX #AC61F0 Medium Purple

📋 copy color: '#AC61F0'

red 172 ◦ green 97 ◦ blue 240

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

Shades of Medium Purple #AC61F0

Tints of Medium Purple #AC61F0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.06%

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

R = 33.79%
G = 19.06%
B = 47.15%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC61F0 (or 0xAC61F0) is known color: Medium Purple. HEX triplet: AC, 61 and F0. RGB value is (172,97,240). Sum of RGB (Red+Green+Blue) = 172+97+240=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC61F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC61F0 is #539E0F. Grayscale: #878787. Windows color (decimal): -5479952 or 15753644. OLE color: 15753644.

HSL color Cylindrical-coordinate representation of color #AC61F0: hue angle of 271.47º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC61F0 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 97 240 -
CMYK 0.28 0.60 0 0.06
HSL 271.47º 0.83% 0.66% -
HSV(B) 271.47º 0.6% 0.94% -
XYZ 37.02 23.61 85.04 -
YUV 135.73 186.85 153.87 -
System Red Green Blue C M Y K H S L
Decimal 172 97 240 0.28 0.60 0 0.06 271.47 0.83 0.66
Hex AC 61 F0 1C 3C 0 6 10F 53 42
Octal 254 141 360 34 74 0 6 417 123 102
Binary 10101100 1100001 11110000 11100 111100 0 110 100001111 1010011 1000010

Color Harmonies of #AC61F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61F0

Black with #AC61F0

Text Example


Text Example

White with #AC61F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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