Html Css Color HEX #AC6FEB Medium Purple

📋 copy color: '#AC6FEB'

red 172 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #AC6FEB

Tints of Medium Purple #AC6FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 33.2%
G = 21.43%
B = 45.37%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC6FEB (or 0xAC6FEB) is known color: Medium Purple. HEX triplet: AC, 6F and EB. RGB value is (172,111,235). Sum of RGB (Red+Green+Blue) = 172+111+235=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC6FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FEB is #539014. Grayscale: #8E8E8E. Windows color (decimal): -5476373 or 15429548. OLE color: 15429548.

HSL color Cylindrical-coordinate representation of color #AC6FEB: hue angle of 269.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6FEB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 111 235 -
CMYK 0.27 0.53 0 0.08
HSL 269.52º 0.76% 0.68% -
HSV(B) 269.52º 0.53% 0.92% -
XYZ 37.69 26.14 81.66 -
YUV 143.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 172 111 235 0.27 0.53 0 0.08 269.52 0.76 0.68
Hex AC 6F EB 1B 35 0 8 10E 4C 44
Octal 254 157 353 33 65 0 10 416 114 104
Binary 10101100 1101111 11101011 11011 110101 0 1000 100001110 1001100 1000100

Color Harmonies of #AC6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FEB

Black with #AC6FEB

Text Example


Text Example

White with #AC6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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