Html Css Color HEX #AC82F7 Medium Purple

📋 copy color: '#AC82F7'

red 172 ◦ green 130 ◦ blue 247

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

Shades of Medium Purple #AC82F7

Tints of Medium Purple #AC82F7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.68%

 BLUE value IS 247 (96.88% from 255) = 44.99%

R = 31.33%
G = 23.68%
B = 44.99%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC82F7 (or 0xAC82F7) is known color: Medium Purple. HEX triplet: AC, 82 and F7. RGB value is (172,130,247). Sum of RGB (Red+Green+Blue) = 172+130+247=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC82F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC82F7 is #537D08. Grayscale: #9B9B9B. Windows color (decimal): -5471497 or 16220844. OLE color: 16220844.

HSL color Cylindrical-coordinate representation of color #AC82F7: hue angle of 261.54º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC82F7 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 130 247 -
CMYK 0.30 0.47 0 0.03
HSL 261.54º 0.88% 0.74% -
HSV(B) 261.54º 0.47% 0.97% -
XYZ 41.78 31.45 91.86 -
YUV 155.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 172 130 247 0.30 0.47 0 0.03 261.54 0.88 0.74
Hex AC 82 F7 1E 2F 0 3 106 58 4A
Octal 254 202 367 36 57 0 3 406 130 112
Binary 10101100 10000010 11110111 11110 101111 0 11 100000110 1011000 1001010

Color Harmonies of #AC82F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82F7

Black with #AC82F7

Text Example


Text Example

White with #AC82F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82F7; }

 p { color: rgb(172,130,247); }

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

background-color css

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

 a { background-color: rgb(172,130,247); }

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

border-color css

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

 span { border-color: rgb(172,130,247); }

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