Html Css Color HEX #AC6BFE Medium Purple

📋 copy color: '#AC6BFE'

red 172 ◦ green 107 ◦ blue 254

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

Shades of Medium Purple #AC6BFE

Tints of Medium Purple #AC6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.08%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 32.27%
G = 20.08%
B = 47.65%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC6BFE (or 0xAC6BFE) is known color: Medium Purple. HEX triplet: AC, 6B and FE. RGB value is (172,107,254). Sum of RGB (Red+Green+Blue) = 172+107+254=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BFE is #539401. Grayscale: #8E8E8E. Windows color (decimal): -5477378 or 16673708. OLE color: 16673708.

HSL color Cylindrical-coordinate representation of color #AC6BFE: hue angle of 266.53º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6BFE is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 107 254 -
CMYK 0.32 0.58 0 0.00
HSL 266.53º 0.99% 0.71% -
HSV(B) 266.53º 0.58% 1% -
XYZ 40.16 26.44 96.75 -
YUV 143.19 190.53 148.55 -
System Red Green Blue C M Y K H S L
Decimal 172 107 254 0.32 0.58 0 0.00 266.53 0.99 0.71
Hex AC 6B FE 20 3A 0 0 10B 63 47
Octal 254 153 376 40 72 0 0 413 143 107
Binary 10101100 1101011 11111110 100000 111010 0 0 100001011 1100011 1000111

Color Harmonies of #AC6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BFE

Black with #AC6BFE

Text Example


Text Example

White with #AC6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BFE; }

 p { color: rgb(172,107,254); }

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

background-color css

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

 a { background-color: rgb(172,107,254); }

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

border-color css

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

 span { border-color: rgb(172,107,254); }

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