#AF69FD

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

Shades of Medium Purple #AF69FD

Tints of Medium Purple #AF69FD

Color information

#AF69FD (or 0xAF69FD) is unknown color: approx Medium Purple. HEX triplet: AF, 69 and FD. RGB value is (175,105,253). Sum of RGB (Red+Green+Blue) = 175+105+253=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF69FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69FD is #509602. Grayscale: #8E8E8E. Windows color (decimal): -5281283 or 16607663. OLE color: 16607663.

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

Color convert

RGB175105253-
CMYK0.310.5800.01
HSL268.38º97.37%70.2%-
HSV(B)268.38º58.5%99.22%-
XYZ40.4626.3195.87-
YUV142.8190.19150.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=32.83%
G=19.70%
B=47.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751052530.310.5800.01268.3897.3770.2
HexAF69FD1F3A0110c6146
Octal257151375377201414141106
Binary10101111110100111111101111111110100110000110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69FD; }

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

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

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

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

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

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

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

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