#AF4FF1

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

Shades of Medium Orchid #AF4FF1

Tints of Medium Orchid #AF4FF1

Color information

#AF4FF1 (or 0xAF4FF1) is unknown color: approx Medium Orchid. HEX triplet: AF, 4F and F1. RGB value is (175,79,241). Sum of RGB (Red+Green+Blue) = 175+79+241=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF4FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FF1 is #50B00E. Grayscale: #7D7D7D. Windows color (decimal): -5287951 or 15814575. OLE color: 15814575.

HSL color Cylindrical-coordinate representation of color #AF4FF1: hue angle of 275.56º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4FF1 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17579241-
CMYK0.270.6700.05
HSL275.56º85.26%62.75%-
HSV(B)275.56º67.22%94.51%-
XYZ36.3521.0685.37-
YUV126.17192.8162.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 79 (31.25% from 255) = 15.96%
BLUE value IS 241 (94.53% from 255) = 48.69%
R=35.35%
G=15.96%
B=48.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175792410.270.6700.05275.5685.2662.75
HexAF4FF11B4305114553f
Octal257117361331030542412577
Binary1010111110011111111000111011100001101011000101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4FF1; }

 p { color: rgb(175,79,241); }

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

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

 a { background-color: rgb(175,79,241); }

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

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

 span { border-color: rgb(175,79,241); }

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