#AD65F9

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

Shades of Medium Purple #AD65F9

Tints of Medium Purple #AD65F9

Color information

#AD65F9 (or 0xAD65F9) is unknown color: approx Medium Purple. HEX triplet: AD, 65 and F9. RGB value is (173,101,249). Sum of RGB (Red+Green+Blue) = 173+101+249=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD65F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65F9 is #529A06. Grayscale: #8A8A8A. Windows color (decimal): -5413383 or 16344493. OLE color: 16344493.

HSL color Cylindrical-coordinate representation of color #AD65F9: hue angle of 269.19º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD65F9 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173101249-
CMYK0.310.5900.02
HSL269.19º92.5%68.63%-
HSV(B)269.19º59.44%97.65%-
XYZ38.9925.0392.4-
YUV139.4189.85151.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 101 (39.84% from 255) = 19.31%
BLUE value IS 249 (97.66% from 255) = 47.61%
R=33.08%
G=19.31%
B=47.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731012490.310.5900.02269.1992.568.63
HexAD65F91F3B0210d5c45
Octal255145371377302415134105
Binary101011011100101111110011111111101101010000110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65F9; }

 p { color: rgb(173,101,249); }

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

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

 a { background-color: rgb(173,101,249); }

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

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

 span { border-color: rgb(173,101,249); }

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