#AF4FF3

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

Shades of Medium Orchid #AF4FF3

Tints of Medium Orchid #AF4FF3

Color information

#AF4FF3 (or 0xAF4FF3) is unknown color: approx Medium Orchid. HEX triplet: AF, 4F and F3. RGB value is (175,79,243). Sum of RGB (Red+Green+Blue) = 175+79+243=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF4FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FF3 is #50B00C. Grayscale: #7D7D7D. Windows color (decimal): -5287949 or 15945647. OLE color: 15945647.

HSL color Cylindrical-coordinate representation of color #AF4FF3: hue angle of 275.12º degrees, saturation: 0.87, 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 #AF4FF3 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17579243-
CMYK0.280.6700.05
HSL275.12º87.23%63.14%-
HSV(B)275.12º67.49%95.29%-
XYZ36.6521.1886.95-
YUV126.4193.8162.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 79 (31.25% from 255) = 15.90%
BLUE value IS 243 (95.31% from 255) = 48.89%
R=35.21%
G=15.90%
B=48.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175792430.280.6700.05275.1287.2363.14
HexAF4FF31C4305113573f
Octal257117363341030542312777
Binary1010111110011111111001111100100001101011000100111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4FF3; }

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

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

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

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

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

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

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

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