#A35DF7

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

Shades of Medium Purple #A35DF7

Tints of Medium Purple #A35DF7

Color information

#A35DF7 (or 0xA35DF7) is unknown color: approx Medium Purple. HEX triplet: A3, 5D and F7. RGB value is (163,93,247). Sum of RGB (Red+Green+Blue) = 163+93+247=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #A35DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35DF7 is #5CA208. Grayscale: #828282. Windows color (decimal): -6070793 or 16211363. OLE color: 16211363.

HSL color Cylindrical-coordinate representation of color #A35DF7: hue angle of 267.27º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A35DF7 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16393247-
CMYK0.340.6200.03
HSL267.27º90.59%66.67%-
HSV(B)267.27º62.35%96.86%-
XYZ35.8122.3390.42-
YUV131.49193.19150.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 93 (36.72% from 255) = 18.49%
BLUE value IS 247 (96.88% from 255) = 49.11%
R=32.41%
G=18.49%
B=49.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal163932470.340.6200.03267.2790.5966.67
HexA35DF7223E0310b5b43
Octal243135367427603413133103
Binary1010001110111011111011110001011111001110000101110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35DF7; }

 p { color: rgb(163,93,247); }

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

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

 a { background-color: rgb(163,93,247); }

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

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

 span { border-color: rgb(163,93,247); }

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