#AF65F8

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

Shades of Medium Purple #AF65F8

Tints of Medium Purple #AF65F8

Color information

#AF65F8 (or 0xAF65F8) is unknown color: approx Medium Purple. HEX triplet: AF, 65 and F8. RGB value is (175,101,248). Sum of RGB (Red+Green+Blue) = 175+101+248=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF65F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65F8 is #509A07. Grayscale: #8B8B8B. Windows color (decimal): -5282312 or 16278959. OLE color: 16278959.

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

Color convert

RGB175101248-
CMYK0.290.5900.03
HSL270.2º91.3%68.43%-
HSV(B)270.2º59.27%97.25%-
XYZ39.2825.291.6-
YUV139.88189.02153.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 101 (39.84% from 255) = 19.27%
BLUE value IS 248 (97.27% from 255) = 47.33%
R=33.40%
G=19.27%
B=47.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751012480.290.5900.03270.291.368.43
HexAF65F81D3B0310e5b44
Octal257145370357303416133104
Binary101011111100101111110001110111101101110000111010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65F8; }

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

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

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

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

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

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

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

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