#AF69FE

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

Shades of Medium Purple #AF69FE

Tints of Medium Purple #AF69FE

Color information

#AF69FE (or 0xAF69FE) is unknown color: approx Medium Purple. HEX triplet: AF, 69 and FE. RGB value is (175,105,254). Sum of RGB (Red+Green+Blue) = 175+105+254=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF69FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69FE is #509601. Grayscale: #8E8E8E. Windows color (decimal): -5281282 or 16673199. OLE color: 16673199.

HSL color Cylindrical-coordinate representation of color #AF69FE: hue angle of 268.19º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF69FE is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175105254-
CMYK0.310.5900.00
HSL268.19º98.68%70.39%-
HSV(B)268.19º58.66%99.61%-
XYZ40.6226.3796.72-
YUV142.92190.69150.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=32.77%
G=19.66%
B=47.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751052540.310.5900.00268.1998.6870.39
HexAF69FE1F3B0010c6346
Octal257151376377300414143106
Binary10101111110100111111110111111110110010000110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69FE; }

 p { color: rgb(175,105,254); }

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

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

 a { background-color: rgb(175,105,254); }

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

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

 span { border-color: rgb(175,105,254); }

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