#AF65F9

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

Shades of Medium Purple #AF65F9

Tints of Medium Purple #AF65F9

Color information

#AF65F9 (or 0xAF65F9) is unknown color: approx Medium Purple. HEX triplet: AF, 65 and F9. RGB value is (175,101,249). Sum of RGB (Red+Green+Blue) = 175+101+249=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF65F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65F9 is #509A06. Grayscale: #8B8B8B. Windows color (decimal): -5282311 or 16344495. OLE color: 16344495.

HSL color Cylindrical-coordinate representation of color #AF65F9: hue angle of 270º 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 #AF65F9 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175101249-
CMYK0.300.5900.02
HSL270º92.5%68.63%-
HSV(B)270º59.44%97.65%-
XYZ39.4325.2692.42-
YUV140189.52152.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 19.24%
BLUE value IS 249 (97.66% from 255) = 47.43%
R=33.33%
G=19.24%
B=47.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751012490.300.5900.0227092.568.63
HexAF65F91E3B0210e5c45
Octal257145371367302416134105
Binary101011111100101111110011111011101101010000111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65F9; }

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

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

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

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

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

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

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

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