Html Css Color HEX #AC6BFF Medium Purple

📋 copy color: '#AC6BFF'

red 172 ◦ green 107 ◦ blue 255

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

Shades of Medium Purple #AC6BFF

Tints of Medium Purple #AC6BFF

RGB

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

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

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

R = 32.21%
G = 20.04%
B = 47.75%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC6BFF (or 0xAC6BFF) is known color: Medium Purple. HEX triplet: AC, 6B and FF. RGB value is (172,107,255). Sum of RGB (Red+Green+Blue) = 172+107+255=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BFF is #539400. Grayscale: #8E8E8E. Windows color (decimal): -5477377 or 16739244. OLE color: 16739244.

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

Color convert

RGB 172 107 255 -
CMYK 0.33 0.58 0 0
HSL 266.35º 1% 0.71% -
HSV(B) 266.35º 0.58% 1% -
XYZ 40.32 26.51 97.6 -
YUV 143.31 191.03 148.47 -
System Red Green Blue C M Y K H S L
Decimal 172 107 255 0.33 0.58 0 0 266.35 1 0.71
Hex AC 6B FF 21 3A 0 0 10A 64 47
Octal 254 153 377 41 72 0 0 412 144 107
Binary 10101100 1101011 11111111 100001 111010 0 0 100001010 1100100 1000111

Color Harmonies of #AC6BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BFF

Black with #AC6BFF

Text Example


Text Example

White with #AC6BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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