Html Css Color HEX #AC61FF Medium Purple

📋 copy color: '#AC61FF'

red 172 ◦ green 97 ◦ blue 255

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

Shades of Medium Purple #AC61FF

Tints of Medium Purple #AC61FF

RGB

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

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

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

R = 32.82%
G = 18.51%
B = 48.66%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC61FF (or 0xAC61FF) is known color: Medium Purple. HEX triplet: AC, 61 and FF. RGB value is (172,97,255). Sum of RGB (Red+Green+Blue) = 172+97+255=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC61FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC61FF is #539E00. Grayscale: #888888. Windows color (decimal): -5479937 or 16736684. OLE color: 16736684.

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

Color convert

RGB 172 97 255 -
CMYK 0.33 0.62 0 0
HSL 268.48º 1% 0.69% -
HSV(B) 268.48º 0.62% 1% -
XYZ 39.34 24.54 97.27 -
YUV 137.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 172 97 255 0.33 0.62 0 0 268.48 1 0.69
Hex AC 61 FF 21 3E 0 0 10C 64 45
Octal 254 141 377 41 76 0 0 414 144 105
Binary 10101100 1100001 11111111 100001 111110 0 0 100001100 1100100 1000101

Color Harmonies of #AC61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61FF

Black with #AC61FF

Text Example


Text Example

White with #AC61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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