#A965FD

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

Shades of Medium Purple #A965FD

Tints of Medium Purple #A965FD

Color information

#A965FD (or 0xA965FD) is unknown color: approx Medium Purple. HEX triplet: A9, 65 and FD. RGB value is (169,101,253). Sum of RGB (Red+Green+Blue) = 169+101+253=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #A965FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A965FD is #569A02. Grayscale: #8A8A8A. Windows color (decimal): -5675523 or 16606633. OLE color: 16606633.

HSL color Cylindrical-coordinate representation of color #A965FD: hue angle of 266.84º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A965FD is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169101253-
CMYK0.330.6000.01
HSL266.84º97.44%69.41%-
HSV(B)266.84º60.08%99.22%-
XYZ38.7524.8395.68-
YUV138.66192.53149.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 101 (39.84% from 255) = 19.31%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=32.31%
G=19.31%
B=48.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691012530.330.6000.01266.8497.4469.41
HexA965FD213C0110b6145
Octal251145375417401413141105
Binary101010011100101111111011000011111000110000101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A965FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A965FD; }

 p { color: rgb(169,101,253); }

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

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

 a { background-color: rgb(169,101,253); }

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

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

 span { border-color: rgb(169,101,253); }

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