#A782F8

Color #A782F8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A782F8

Tints of Medium Purple #A782F8

Color information

#A782F8 (or 0xA782F8) is unknown color: approx Medium Purple. HEX triplet: A7, 82 and F8. RGB value is (167,130,248). Sum of RGB (Red+Green+Blue) = 167+130+248=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #A782F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782F8 is #587D07. Grayscale: #9A9A9A. Windows color (decimal): -5799176 or 16286375. OLE color: 16286375.

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

Color convert

RGB167130248-
CMYK0.330.4800.03
HSL258.81º89.39%74.12%-
HSV(B)258.81º47.58%97.25%-
XYZ40.8630.9692.63-
YUV154.51180.76136.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.64%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=30.64%
G=23.85%
B=45.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1671302480.330.4800.03258.8189.3974.12
HexA782F8213003103594a
Octal247202370416003403131112
Binary10100111100000101111100010000111000001110000001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782F8; }

 p { color: rgb(167,130,248); }

 H1.HeaderClassName
 {
   color: #A782F8;
 }
 .AnyTagClassName
 {
   color: #A782F8;
 }
</style>
background-color css

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

 a { background-color: rgb(167,130,248); }

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

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

 span { border-color: rgb(167,130,248); }

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