#A672FD

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

Shades of Medium Purple #A672FD

Tints of Medium Purple #A672FD

Color information

#A672FD (or 0xA672FD) is unknown color: approx Medium Purple. HEX triplet: A6, 72 and FD. RGB value is (166,114,253). Sum of RGB (Red+Green+Blue) = 166+114+253=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #A672FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672FD is #598D02. Grayscale: #909090. Windows color (decimal): -5868803 or 16609958. OLE color: 16609958.

HSL color Cylindrical-coordinate representation of color #A672FD: hue angle of 262.45º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A672FD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166114253-
CMYK0.340.5500.01
HSL262.45º97.2%71.96%-
HSV(B)262.45º54.94%99.22%-
XYZ39.4727.2396.1-
YUV145.39188.73142.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=31.14%
G=21.39%
B=47.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661142530.340.5500.01262.4597.271.96
HexA672FD2237011066148
Octal246162375426701406141110
Binary101001101110010111111011000101101110110000011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672FD; }

 p { color: rgb(166,114,253); }

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

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

 a { background-color: rgb(166,114,253); }

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

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

 span { border-color: rgb(166,114,253); }

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