#AF58F3

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

Shades of Medium Orchid #AF58F3

Tints of Medium Orchid #AF58F3

Color information

#AF58F3 (or 0xAF58F3) is unknown color: approx Medium Orchid. HEX triplet: AF, 58 and F3. RGB value is (175,88,243). Sum of RGB (Red+Green+Blue) = 175+88+243=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF58F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58F3 is #50A70C. Grayscale: #838383. Windows color (decimal): -5285645 or 15947951. OLE color: 15947951.

HSL color Cylindrical-coordinate representation of color #AF58F3: hue angle of 273.68º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF58F3 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17588243-
CMYK0.280.6400.05
HSL273.68º86.59%64.9%-
HSV(B)273.68º63.79%95.29%-
XYZ37.3522.5687.18-
YUV131.68190.82158.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 88 (34.77% from 255) = 17.39%
BLUE value IS 243 (95.31% from 255) = 48.02%
R=34.58%
G=17.39%
B=48.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175882430.280.6400.05273.6886.5964.9
HexAF58F31C40051125741
Octal2571303633410005422127101
Binary10101111101100011110011111001000000010110001001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF58F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF58F3; }

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

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

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

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

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

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

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

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