Html Css Color HEX #AC6FFA Medium Purple

📋 copy color: '#AC6FFA'

red 172 ◦ green 111 ◦ blue 250

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

Shades of Medium Purple #AC6FFA

Tints of Medium Purple #AC6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.83%

 BLUE value IS 250 (98.05% from 255) = 46.9%

R = 32.27%
G = 20.83%
B = 46.9%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC6FFA (or 0xAC6FFA) is known color: Medium Purple. HEX triplet: AC, 6F and FA. RGB value is (172,111,250). Sum of RGB (Red+Green+Blue) = 172+111+250=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC6FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FFA is #539005. Grayscale: #909090. Windows color (decimal): -5476358 or 16412588. OLE color: 16412588.

HSL color Cylindrical-coordinate representation of color #AC6FFA: hue angle of 266.33º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC6FFA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 111 250 -
CMYK 0.31 0.56 0 0.02
HSL 266.33º 0.93% 0.71% -
HSV(B) 266.33º 0.56% 0.98% -
XYZ 39.95 27.04 93.56 -
YUV 145.09 187.21 147.2 -
System Red Green Blue C M Y K H S L
Decimal 172 111 250 0.31 0.56 0 0.02 266.33 0.93 0.71
Hex AC 6F FA 1F 38 0 2 10A 5D 47
Octal 254 157 372 37 70 0 2 412 135 107
Binary 10101100 1101111 11111010 11111 111000 0 10 100001010 1011101 1000111

Color Harmonies of #AC6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FFA

Black with #AC6FFA

Text Example


Text Example

White with #AC6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FFA; }

 p { color: rgb(172,111,250); }

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

background-color css

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

 a { background-color: rgb(172,111,250); }

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

border-color css

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

 span { border-color: rgb(172,111,250); }

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