#A75CFD

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

Shades of Medium Purple #A75CFD

Tints of Medium Purple #A75CFD

Color information

#A75CFD (or 0xA75CFD) is unknown color: approx Medium Purple. HEX triplet: A7, 5C and FD. RGB value is (167,92,253). Sum of RGB (Red+Green+Blue) = 167+92+253=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #A75CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75CFD is #58A302. Grayscale: #848484. Windows color (decimal): -5808899 or 16604327. OLE color: 16604327.

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

Color convert

RGB16792253-
CMYK0.340.6400.01
HSL267.95º97.58%67.65%-
HSV(B)267.95º63.64%99.22%-
XYZ37.4922.9695.38-
YUV132.78195.85152.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 92 (36.33% from 255) = 17.97%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=32.62%
G=17.97%
B=49.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal167922530.340.6400.01267.9597.5867.65
HexA75CFD22400110c6244
Octal2471343754210001414142104
Binary1010011110111001111110110001010000000110000110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CFD; }

 p { color: rgb(167,92,253); }

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

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

 a { background-color: rgb(167,92,253); }

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

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

 span { border-color: rgb(167,92,253); }

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