#AF4BF8

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

Shades of Medium Orchid #AF4BF8

Tints of Medium Orchid #AF4BF8

Color information

#AF4BF8 (or 0xAF4BF8) is unknown color: approx Medium Orchid. HEX triplet: AF, 4B and F8. RGB value is (175,75,248). Sum of RGB (Red+Green+Blue) = 175+75+248=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF4BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BF8 is #50B407. Grayscale: #7C7C7C. Windows color (decimal): -5288968 or 16272303. OLE color: 16272303.

HSL color Cylindrical-coordinate representation of color #AF4BF8: hue angle of 274.68º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4BF8 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17575248-
CMYK0.290.7000.03
HSL274.68º92.51%63.33%-
HSV(B)274.68º69.76%97.25%-
XYZ37.1420.9290.89-
YUV124.62197.63163.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 75 (29.69% from 255) = 15.06%
BLUE value IS 248 (97.27% from 255) = 49.80%
R=35.14%
G=15.06%
B=49.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal175752480.290.7000.03274.6892.5163.33
HexAF4BF81D46031135d3f
Octal257113370351060342313577
Binary101011111001011111110001110110001100111000100111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4BF8; }

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

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

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

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

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

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

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

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